1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Reconnection partially works

This commit is contained in:
nordsoft
2022-10-04 05:09:03 +04:00
parent b91bb41a80
commit 16a5414247
5 changed files with 43 additions and 16 deletions

View File

@@ -369,9 +369,6 @@ DLL_LINKAGE void PlayerReinitInterface::applyGs(CGameState *gs)
{
if(!gs || !gs->scenarioOps)
return;
gs->currentPlayer = player;
//auto & playerState = gs->players[player];
//playerState.daysWithoutCastle = daysWithoutCastle;