浏览代码

Apply suggestions from code review

Co-authored-by: Andrey Filipenkov <[email protected]>
Nordsoft91 3 年之前
父节点
当前提交
64a801004c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 	{