diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index cbc366675..fb628085d 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -1013,6 +1013,7 @@ int RunGame() lookups.postLoadLookups(); FMaterial::SetLayerCallback(setpalettelayer); if (GameStartupInfo.Name.IsNotEmpty()) I_SetWindowTitle(GameStartupInfo.Name); + DeleteStartupScreen(); V_Init2(); twod->Begin(screen->GetWidth(), screen->GetHeight());