projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0066bd7
)
Move buttons upwards to accommodate for new configure keys button in the
author
Craig Robbins
<kde.psych@gmail.com>
Thu, 16 Oct 2014 07:47:54 +0000
(17:47 +1000)
committer
RealBadAngel
<maciej.kasatkin@o2.pl>
Sat, 18 Oct 2014 15:30:17 +0000
(17:30 +0200)
pause menu
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index 774d8f03e086423ad745a1c185192399c4f65ef6..2f228b0eda64e65d81f65da5a21e655f4fa33349 100644
(file)
--- 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