]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Android build fix
authorLoic Blot <loic.blot@unix-experience.fr>
Sat, 13 May 2017 07:09:02 +0000 (09:09 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Sat, 13 May 2017 07:10:43 +0000 (09:10 +0200)
src/game.cpp

index 640091de2d25896da9cee54c3ac8f9d03a92cf15..2b7d50eb53600b1f8f9820c38cd155a1a8ba0ca0 100644 (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;