From: Perttu Ahola Date: Sat, 10 Mar 2012 16:21:15 +0000 (+0200) Subject: Starting the game in the pause menu is lame, don't do it\! X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=00536518142a586f3fc51a07f76e12085e3cbd30;p=zefram%2Fminetest%2Fminetest_engine.git Starting the game in the pause menu is lame, don't do it\! --- diff --git a/src/game.cpp b/src/game.cpp index 0d09e335..96f83434 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1004,8 +1004,8 @@ void the_game( menu->drop();*/ // Launch pause menu - (new GUIPauseMenu(guienv, guiroot, -1, g_gamecallback, - &g_menumgr))->drop(); + /*(new GUIPauseMenu(guienv, guiroot, -1, g_gamecallback, + &g_menumgr))->drop();*/ //s32 guitext_chat_pad_bottom = 70;