mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
Change TitleType member initializer.
This commit is contained in:
parent
2c802289ea
commit
0703efac80
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public:
|
||||||
bool FlyCheat{ true };
|
bool FlyCheat{ true };
|
||||||
bool DebugMode{ false };
|
bool DebugMode{ false };
|
||||||
int LevelFarView{ 0 };
|
int LevelFarView{ 0 };
|
||||||
TITLE_TYPE TitleType{ TITLE_BACKGROUND };
|
TITLE_TYPE TitleType{ TITLE_FLYBY };
|
||||||
std::string IntroImagePath{};
|
std::string IntroImagePath{};
|
||||||
|
|
||||||
// Selected language set
|
// Selected language set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue