We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9b311 commit aed70cbCopy full SHA for aed70cb
src/game.cpp
@@ -1114,11 +1114,13 @@ static void show_pause_menu(GUIFormSpecMenu **cur_formspec,
1114
os << "button_exit[4," << (ypos++) << ";3,0.5;btn_change_password;"
1115
<< wide_to_narrow(wstrgettext("Change Password")) << "]";
1116
}
1117
-
+
1118
+#ifndef __ANDROID__
1119
os << "button_exit[4," << (ypos++) << ";3,0.5;btn_sound;"
1120
<< wide_to_narrow(wstrgettext("Sound Volume")) << "]";
1121
os << "button_exit[4," << (ypos++) << ";3,0.5;btn_key_config;"
1122
<< wide_to_narrow(wstrgettext("Change Keys")) << "]";
1123
+#endif
1124
os << "button_exit[4," << (ypos++) << ";3,0.5;btn_exit_menu;"
1125
<< wide_to_narrow(wstrgettext("Exit to Menu")) << "]";
1126
os << "button_exit[4," << (ypos++) << ";3,0.5;btn_exit_os;"
0 commit comments