- handle GS_FULLCONSOLE in Blood

This commit is contained in:
Christoph Oelckers 2020-08-10 22:02:58 +02:00
parent cf5be7fbfa
commit 5165834441

View file

@ -953,6 +953,7 @@ int GameInterface::app_main()
break; break;
case GS_DEMOSCREEN: case GS_DEMOSCREEN:
case GS_FULLCONSOLE:
drawBackground(); drawBackground();
break; break;