Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix crash when using --go in command line
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/client/clientlauncher.h
|
@@ -60,7 +60,7 @@ class ClientLauncher |
|
|
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 |
|
|