1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Make console available during other players' turn

This commit is contained in:
nordsoft
2022-10-05 19:04:51 +04:00
parent 3ff38b84a2
commit 895ec2d302
8 changed files with 34 additions and 13 deletions

View File

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