Allow skipping (for real this time)

This commit is contained in:
TehRealSalt 2018-03-28 22:12:45 -04:00
parent d07419b6ac
commit f2bc7d16c9
1 changed files with 2 additions and 2 deletions

View File

@ -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;