summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 774d8f03e..2f228b0ed 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,
"- T: chat\n"
));
#endif
- float ypos = singleplayermode ? 1.0 : 0.5;
+
+ float ypos = singleplayermode ? 0.5 : 0.1;
std::ostringstream os;
os << FORMSPEC_VERSION_STRING << SIZE_TAG