mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't allow devmode arrow-key skips if you haven't gotten all the way through Goner
This commit is contained in:
parent
2f623e060c
commit
94fe67e87b
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ boolean F_IntroResponder(event_t *event)
|
|||
}
|
||||
|
||||
// Quick skips for development/testing. See F_IntroTicker.
|
||||
if (!demo.playback)
|
||||
if (!demo.playback && skippableallowed)
|
||||
{
|
||||
switch(key)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue