- removed the native graphical startup screens.

ENDOOM is already working with this commit, the start screens still require some work to connect them.
This commit is contained in:
Christoph Oelckers 2022-05-18 22:15:05 +02:00
commit 79f4a9c0f3
7 changed files with 7 additions and 1635 deletions

View file

@ -368,8 +368,9 @@ FStartScreen* GetGameStartScreen(int max_progress)
Printf("Error creating start screen: %s\n", err.what());
// fall through to the generic startup screen
}
return CreateGenericStartScreen(max_progress);
}
return CreateGenericStartScreen(max_progress);
return nullptr;
}
//==========================================================================