Skip to content

Commit

Permalink
Android build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed May 13, 2017
1 parent 98327a5 commit 5cb7f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 5cb7f6a

Please sign in to comment.