Cleanup: remove some references to the old master-server

This commit is contained in:
Rubidium
2021-07-21 21:41:21 +02:00
committed by rubidium42
parent 9cc706847c
commit ba29edb0b3
4 changed files with 2 additions and 14 deletions

View File

@@ -352,7 +352,7 @@ void DeserializeNetworkGameInfo(Packet *p, NetworkGameInfo *info, const GameInfo
info->landscape = p->Recv_uint8 ();
info->dedicated = p->Recv_bool ();
if (info->landscape >= NETWORK_NUM_LANDSCAPES) info->landscape = 0;
if (info->landscape >= NUM_LANDSCAPE) info->landscape = 0;
}
}