mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix crash when using --go in command line
This commit is contained in:
parent
b20d01a3f1
commit
80ded73f68
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ protected:
|
|||
gui::IGUIFont *font = nullptr;
|
||||
SubgameSpec gamespec;
|
||||
WorldSpec worldspec;
|
||||
bool simple_singleplayer_mode;
|
||||
bool simple_singleplayer_mode = false;
|
||||
|
||||
// These are set up based on the menu and other things
|
||||
// TODO: Are these required since there's already playername, password, etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue