Don't allow devmode arrow-key skips if you haven't gotten all the way through Goner

This commit is contained in:
toaster 2025-08-28 13:33:11 +01:00
parent 2f623e060c
commit 94fe67e87b

View file

@ -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)
{