mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
Allow skipping (for real this time)
This commit is contained in:
parent
a7c919290d
commit
b37c50e786
1 changed files with 2 additions and 2 deletions
|
|
@ -666,8 +666,8 @@ boolean F_CreditResponder(event_t *event)
|
|||
break;
|
||||
}
|
||||
|
||||
if (/*!(timesBeaten) && */!(netgame || multiplayer))
|
||||
return false;
|
||||
/*if (!(timesBeaten) && !(netgame || multiplayer))
|
||||
return false;*/
|
||||
|
||||
if (event->type != ev_keydown)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue