mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow skipping
This commit is contained in:
parent
c72d412b74
commit
a7c919290d
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ boolean F_CreditResponder(event_t *event)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(timesBeaten) && !(netgame || multiplayer))
|
if (/*!(timesBeaten) && */!(netgame || multiplayer))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (event->type != ev_keydown)
|
if (event->type != ev_keydown)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue