1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Apply suggestions from code review

Co-authored-by: Andrey Filipenkov <decapitator@ukr.net>
This commit is contained in:
Nordsoft91
2022-10-08 19:41:38 +04:00
committed by GitHub
parent e718f7fe39
commit 64a801004c

View File

@@ -427,7 +427,7 @@ struct PlayerReinitInterface : public CPackForClient
DLL_LINKAGE void applyGs(CGameState *gs);
std::vector<PlayerColor> players;
ui8 playerConnectionId; //PLAYER_AI fro AI player
ui8 playerConnectionId; //PLAYER_AI for AI player
template <typename Handler> void serialize(Handler &h, const int version)
{