mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Fix crash when using --go in command line
This commit is contained in:
parent
4be7d8b43a
commit
e5311a4d56
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ protected:
|
||||||
scene::ISceneManager *smgr;
|
scene::ISceneManager *smgr;
|
||||||
SubgameSpec gamespec;
|
SubgameSpec gamespec;
|
||||||
WorldSpec worldspec;
|
WorldSpec worldspec;
|
||||||
bool simple_singleplayer_mode;
|
bool simple_singleplayer_mode = false;
|
||||||
|
|
||||||
// These are set up based on the menu and other things
|
// These are set up based on the menu and other things
|
||||||
// TODO: Are these required since there's already playername, password, etc
|
// TODO: Are these required since there's already playername, password, etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue