change switch to c (as command)

This commit is contained in:
Ondřej Novák 2025-05-26 20:09:42 +02:00
parent 14984064d1
commit 6ee879dbe5
3 changed files with 7 additions and 7 deletions

View file

@ -1036,7 +1036,7 @@ void init_skeldal(const INI_CONFIG *cfg)
exit(1);
}
showview = game_display_update_rect;
game_display_set_icon(getWindowIcon(), getWindowIconSize());
// game_display_set_icon(getWindowIcon(), getWindowIconSize());
init_joystick(ini_section_open(cfg, "controller"));
general_engine_init();
@ -1188,7 +1188,7 @@ extern char running_battle;
} else if (strncmp(m, "MESSAGE ", 8) == 0) {
bott_disp_text(m+8);
}
}
return 0;
}