X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.cpp;h=44c4e649526c530a4160ae2f93542b91a2f140bb;hb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;hp=1c250ca1f48b9da39f9a7d269ae0fc4004d6e1a1;hpb=c44a844d9305c4f1f7dd0479e4a3af3e90b96a1b;p=lugaru.git diff --git a/Source/Game.cpp b/Source/Game.cpp index 1c250ca..44c4e64 100644 --- a/Source/Game.cpp +++ b/Source/Game.cpp @@ -48,7 +48,6 @@ namespace Game{ bool entername; - char menustring[100][256]; char registrationname[256]; float registrationnumber; @@ -198,7 +197,6 @@ void Game::newGame() entername = 0; - memset(menustring, 0, sizeof(menustring)); memset(registrationname, 0, sizeof(registrationname)); registrationnumber = 0; @@ -473,6 +471,7 @@ int Game::setKeySelected_thread(void* data) { } keyselect=-1; waiting=false; + LoadMenu(); return 0; }