Skip to content

Commit 80ded73

Browse files
juozasposfan5
authored andcommittedAug 3, 2017
Fix crash when using --go in command line
1 parent b20d01a commit 80ded73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client/clientlauncher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ClientLauncher
6060
gui::IGUIFont *font = nullptr;
6161
SubgameSpec gamespec;
6262
WorldSpec worldspec;
63-
bool simple_singleplayer_mode;
63+
bool simple_singleplayer_mode = false;
6464

6565
// These are set up based on the menu and other things
6666
// TODO: Are these required since there's already playername, password, etc

0 commit comments

Comments
 (0)
Please sign in to comment.