mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 20:02:33 +01:00
- fix timedelay on ShowHiresScreens
This commit is contained in:
parent
56d3fbf399
commit
6959ab4307
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user