Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix crash when using --go in command line
  • Loading branch information
juozaspo authored and sfan5 committed Aug 3, 2017
1 parent b20d01a commit 80ded73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/clientlauncher.h
Expand Up @@ -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
Expand Down

0 comments on commit 80ded73

Please sign in to comment.