- 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:
parent
d6886ed44f
commit
79f4a9c0f3
7 changed files with 7 additions and 1635 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue