Home
last modified time | relevance | path

Searched refs:PACKET_SERVER_MAP_DATA (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/network/core/
H A Dtcp_game.cpp86 case PACKET_SERVER_MAP_DATA: return this->Receive_SERVER_MAP_DATA(p); in HandlePacket()
173 …::Receive_SERVER_MAP_DATA(Packet *p) { return this->ReceiveInvalidPacket(PACKET_SERVER_MAP_DATA); } in Receive_SERVER_MAP_DATA()
H A Dtcp_game.h78 PACKET_SERVER_MAP_DATA, ///< Server sends bits of the map to the client. enumerator
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_server.cpp164 if (this->current == nullptr) this->current = new Packet(PACKET_SERVER_MAP_DATA, TCP_MTU); in Write()
175 if (buf != bufe) this->current = new Packet(PACKET_SERVER_MAP_DATA, TCP_MTU); in Write()