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:
98327a5
)
Android build fix
author
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 13 May 2017 07:09:02 +0000
(09:09 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Sat, 13 May 2017 07:10:43 +0000
(09:10 +0200)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index 640091de2d25896da9cee54c3ac8f9d03a92cf15..2b7d50eb53600b1f8f9820c38cd155a1a8ba0ca0 100644
(file)
--- 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;