forked from Mirrorlandia_minetest/minetest
Android build fix
This commit is contained in:
parent
98327a59c4
commit
5cb7f6a9b7
@ -4553,10 +4553,10 @@ void Game::showPauseMenu()
|
|||||||
GET_KEY_NAME(keymap_chat)
|
GET_KEY_NAME(keymap_chat)
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
std::string control_text = std::string(control_text_buf);
|
std::string control_text = std::string(control_text_buf);
|
||||||
str_formspec_escape(control_text);
|
str_formspec_escape(control_text);
|
||||||
|
#endif
|
||||||
|
|
||||||
float ypos = simple_singleplayer_mode ? 0.7f : 0.1f;
|
float ypos = simple_singleplayer_mode ? 0.7f : 0.1f;
|
||||||
std::ostringstream os;
|
std::ostringstream os;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user