fix: petada per tancar mal director (supose que introduit per Claude al pasar a sdl_callbacks)

eliminat codi mort d'screen
This commit is contained in:
2026-04-13 16:44:27 +02:00
parent 86323a0e56
commit 66c3e0089c
6 changed files with 35 additions and 182 deletions

View File

@@ -651,7 +651,7 @@ void Title::checkInput() {
section->name = SECTION_PROG_QUIT;
} else
#endif
if (input->checkInput(input_window_fullscreen, REPEAT_FALSE)) {
if (input->checkInput(input_window_fullscreen, REPEAT_FALSE)) {
screen->switchVideoMode();
}