Home
last modified time | relevance | path

Searched refs:PACKET_CONTENT_END (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/network/core/
H A Dtcp_content_type.h41 PACKET_CONTENT_END, ///< Must ALWAYS be on the end of this list!! (period) enumerator
H A Dtcp_content.cpp106 switch (this->HasClientQuit() ? PACKET_CONTENT_END : type) { in HandlePacket()