add a comment in gamestatus.hpp
This commit is contained in:
parent
33a4084387
commit
eeb9ac86e5
1 changed files with 3 additions and 0 deletions
|
@ -237,6 +237,9 @@ public:
|
|||
std::vector<std::string> campaign_xtra_defines; /**< more customization of data */
|
||||
|
||||
std::string campaign; /**< the campaign being played */
|
||||
//'history' is currently not referenced outside of gamestatus.cpp
|
||||
//also in every savefile i saw is history=""
|
||||
//TODO: can we delete it ?
|
||||
std::string history; /**< ancestral IDs */
|
||||
std::string abbrev; /**< the campaign abbreviation */
|
||||
// std::string scenario; /**< the scenario being played */
|
||||
|
|
Loading…
Add table
Reference in a new issue