1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Android build fix

This commit is contained in:
Loic Blot
2017-05-13 09:09:02 +02:00
parent 98327a59c4
commit 5cb7f6a9b7

View File

@@ -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;