Enable the generic start screen and adjust its graphics to show a basic engine logo with a progress bar

This commit is contained in:
Magnus Norddahl 2023-10-09 16:33:23 +02:00
commit 709563490f
2 changed files with 11 additions and 12 deletions

View file

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