From 00536518142a586f3fc51a07f76e12085e3cbd30 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 10 Mar 2012 18:21:15 +0200 Subject: [PATCH] Starting the game in the pause menu is lame, don't do it\! --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game.cpp b/src/game.cpp index 0d09e335e..96f834341 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;