summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-10 18:21:15 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-10 18:21:15 +0200
commit00536518142a586f3fc51a07f76e12085e3cbd30 (patch)
tree2100f060911676726fb968e1c663354fa980d2e2 /src
parent7d36833bd432f6912241093f4244037ea041b700 (diff)
downloadminetest-00536518142a586f3fc51a07f76e12085e3cbd30.tar.gz
minetest-00536518142a586f3fc51a07f76e12085e3cbd30.tar.bz2
minetest-00536518142a586f3fc51a07f76e12085e3cbd30.zip
Starting the game in the pause menu is lame, don't do it\!
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp4
1 files 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;