This commit is contained in:
parent
2d0b977738
commit
43a5f46265
9 changed files with 53 additions and 6 deletions
|
@ -76,6 +76,7 @@ private:
|
|||
|
||||
MODE__GOTO_CHOOSE_SLOT,
|
||||
MODE__GOTO_OPTIONS,
|
||||
MODE__GOTO_ADVERT,
|
||||
MODE__GOTO_DEMO,
|
||||
};
|
||||
|
||||
|
@ -100,6 +101,9 @@ private:
|
|||
|
||||
int m_startGameFlag;
|
||||
int m_gotoOptionsFlag;
|
||||
#if defined(__TERRITORY_EUR__)
|
||||
int m_gotoAdvertFlag;
|
||||
#endif
|
||||
|
||||
int m_demoTimeout;
|
||||
int m_musicStarted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue