Android build fix

This commit is contained in:
Loic Blot 2017-05-13 09:09:02 +02:00
parent 98327a59c4
commit 5cb7f6a9b7
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 2 additions and 2 deletions

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;