mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix crash when using --go in command line
This commit is contained in:
@@ -60,7 +60,7 @@ protected:
|
|||||||
gui::IGUIFont *font = nullptr;
|
gui::IGUIFont *font = nullptr;
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user