mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Allow skipping
This commit is contained in:
parent
ad42a9f63c
commit
d07419b6ac
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ boolean F_CreditResponder(event_t *event)
|
|||
break;
|
||||
}
|
||||
|
||||
if (!(timesBeaten) && !(netgame || multiplayer))
|
||||
if (/*!(timesBeaten) && */!(netgame || multiplayer))
|
||||
return false;
|
||||
|
||||
if (event->type != ev_keydown)
|
||||
|
|
Loading…
Reference in a new issue