Browse Source

Apply suggestions from code review

Co-authored-by: Andrey Filipenkov <[email protected]>
Nordsoft91 3 years ago
parent
commit
64a801004c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/NetPacks.h

+ 1 - 1
lib/NetPacks.h

@@ -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)
 	{