mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Allow skipping (for real this time)
This commit is contained in:
parent
d07419b6ac
commit
f2bc7d16c9
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…
Reference in a new issue