1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Cleanup code

This commit is contained in:
nordsoft
2022-10-06 17:56:54 +04:00
parent 16e185343a
commit ea49b8cf40
6 changed files with 6 additions and 20 deletions

View File

@@ -811,8 +811,6 @@ void YourTurn::applyCl(CClient *cl)
callAllInterfaces(cl, &IGameEventsReceiver::playerStartsTurn, player);
callOnlyThatInterface(cl, player, &CGameInterface::yourTurn);
cl->processDisconnectedPlayers();
}
void SaveGameClient::applyCl(CClient *cl)