ANDROID fix

This commit is contained in:
p.kosyh 2011-02-28 07:58:59 +00:00
parent 00b4102ca0
commit 85820503ba

View file

@ -436,9 +436,11 @@ int game_menu_act(const char *a)
opt_hl ^= 1;
game_menu_box(1, game_menu_gen());
} else if (!strcmp(a, "/fs")) {
#ifndef ANDROID
restart_needed = 1;
opt_fs ^= 1;
game_menu_box(1, game_menu_gen());
#endif
} else if (!strncmp(a, "/games ", 7)) {
if (!strcmp(a + 7, "prev")) {
games_menu_from -= MENU_GAMES_MAX;