mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Revert "HACK: Lift all inputs when wipes execute"
This reverts commit b7892fd5d1.
This commit is contained in:
parent
fb07077c1c
commit
dd85f2968f
1 changed files with 0 additions and 10 deletions
|
|
@ -494,11 +494,6 @@ void F_RunWipe(UINT8 wipemode, UINT8 wipetype, boolean drawMenu, const char *col
|
||||||
WipeInAction = true;
|
WipeInAction = true;
|
||||||
wipe_scr = screens[0];
|
wipe_scr = screens[0];
|
||||||
|
|
||||||
// FIXME: Wipes SUCK and drop input events for some reason, causing stuck gamepad inputs.
|
|
||||||
// It's better to ignore an intentional hold than to turn a tap into a phantom hold.
|
|
||||||
// (If you're removing this, remove the one after the inner loop too!)
|
|
||||||
G_ResetAllDeviceGameKeyDown();
|
|
||||||
|
|
||||||
// lastwipetic should either be 0 or the tic we last wiped
|
// lastwipetic should either be 0 or the tic we last wiped
|
||||||
// on for fade-to-black
|
// on for fade-to-black
|
||||||
for (;;)
|
for (;;)
|
||||||
|
|
@ -586,11 +581,6 @@ void F_RunWipe(UINT8 wipemode, UINT8 wipetype, boolean drawMenu, const char *col
|
||||||
|
|
||||||
WipeInAction = false;
|
WipeInAction = false;
|
||||||
|
|
||||||
// FIXME: Wipes SUCK and drop input events for some reason, causing stuck gamepad inputs.
|
|
||||||
// It's better to ignore an intentional hold than to turn a tap into a phantom hold.
|
|
||||||
// (If you're removing this, remove the one before the inner loop too!)
|
|
||||||
G_ResetAllDeviceGameKeyDown();
|
|
||||||
|
|
||||||
if (fcolor)
|
if (fcolor)
|
||||||
{
|
{
|
||||||
Z_Free(fcolor);
|
Z_Free(fcolor);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue