summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 640091de2..2b7d50eb5 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -4553,10 +4553,10 @@ void Game::showPauseMenu()
GET_KEY_NAME(keymap_chat)
);
-#endif
-
std::string control_text = std::string(control_text_buf);
str_formspec_escape(control_text);
+#endif
+
float ypos = simple_singleplayer_mode ? 0.7f : 0.1f;
std::ostringstream os;