expose the boolean flags that moved to GameSettings
This commit is contained in:
parent
617b5f0652
commit
31495b4f37
1 changed files with 9 additions and 5 deletions
|
@ -74,13 +74,17 @@ class Settings {
|
|||
int Opponents;
|
||||
int Difficulty;
|
||||
GameTypes GameType;
|
||||
FieldOfViewTypes FoV;
|
||||
FieldOfViewTypes FoV;
|
||||
MapRevealModes RevealMap;
|
||||
RevealTypes DefeatReveal;
|
||||
int _Bitfield @ Flags;
|
||||
RevealTypes DefeatReveal;
|
||||
bool NoFogOfWar;
|
||||
bool Inside;
|
||||
bool AiExplores;
|
||||
bool SimplifiedAutoTargeting;
|
||||
int _Bitfield @ Flags;
|
||||
|
||||
bool GetUserGameSetting(int i);
|
||||
void SetUserGameSetting(int i, bool v);
|
||||
bool GetUserGameSetting(int i);
|
||||
void SetUserGameSetting(int i, bool v);
|
||||
};
|
||||
|
||||
$[
|
||||
|
|
Loading…
Add table
Reference in a new issue