فهرست منبع

add comment. no code changes.

AlexVinS 11 سال پیش
والد
کامیت
aea5a7ba75
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/NetPacks.h

+ 2 - 2
lib/NetPacks.h

@@ -2128,7 +2128,7 @@ struct PlayerJoined : public CPregamePackToHost
 struct ELF_VISIBILITY SelectMap : public CPregamePackToPropagate
 {
 	const CMapInfo *mapInfo;
-	bool free;
+	bool free;//local flag, do not serialize
 
 	DLL_LINKAGE SelectMap(const CMapInfo &src);
 	DLL_LINKAGE SelectMap();
@@ -2146,7 +2146,7 @@ struct ELF_VISIBILITY SelectMap : public CPregamePackToPropagate
 struct ELF_VISIBILITY UpdateStartOptions : public CPregamePackToPropagate
 {
 	StartInfo *options;
-	bool free;
+	bool free;//local flag, do not serialize
 
 	void apply(CSelectionScreen *selScreen); //that functions are implemented in CPreGame.cpp