- hooked up graphical start screens with the in-game renderer.

This commit is contained in:
Christoph Oelckers 2022-05-19 00:34:44 +02:00
commit 59cddf1601
14 changed files with 74 additions and 64 deletions

View file

@ -368,7 +368,7 @@ 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;
}