mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
add comment. no code changes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user