Fix 52128144
: Parsing of version 7 network game info packets
This commit is contained in:
@@ -350,6 +350,10 @@ void DeserializeNetworkGameInfo(Packet *p, NetworkGameInfo *info, const GameInfo
|
|||||||
* to the NetworkGameInfo wire-protocol! */
|
* to the NetworkGameInfo wire-protocol! */
|
||||||
|
|
||||||
switch (game_info_version) {
|
switch (game_info_version) {
|
||||||
|
case 7:
|
||||||
|
info->ticks_playing = p->Recv_uint64();
|
||||||
|
FALLTHROUGH;
|
||||||
|
|
||||||
case 6:
|
case 6:
|
||||||
newgrf_serialisation = (NewGRFSerializationType)p->Recv_uint8();
|
newgrf_serialisation = (NewGRFSerializationType)p->Recv_uint8();
|
||||||
if (newgrf_serialisation >= NST_END) return;
|
if (newgrf_serialisation >= NST_END) return;
|
||||||
|
Reference in New Issue
Block a user