- fix timedelay on ShowHiresScreens

This commit is contained in:
Ilya Shurumov 2020-04-05 05:37:55 +06:00
parent 56d3fbf399
commit 6959ab4307

View File

@ -62,7 +62,7 @@ void ShowHiresScreens(char **names, int delay, int wait)
ReadControllers();
timedelay--;
} while ((wait != 0) || (timedelay--, (Pads[0].dirnew & 0x40) == 0));
} while ((wait != 0) || (Pads[0].dirnew & 0x40) == 0);
FadeOutHiresScreen();