when replaying, splash setting disable BOTH (save a lot of time)
This commit is contained in:
@@ -141,6 +141,11 @@ static rectangle view_rect() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void show_logo(cFramerateLimiter& fps_limiter) {
|
void show_logo(cFramerateLimiter& fps_limiter) {
|
||||||
|
// The spiderweb logo displays regardless of "show startup splash."
|
||||||
|
// However, when testing via replays this wastes a LOT of time
|
||||||
|
// cumulatively. So I've made it skippable in replay mode.
|
||||||
|
if(replaying && !get_int_pref("ShowStartupSplash", true)) return;
|
||||||
|
|
||||||
rectangle whole_window = view_rect();
|
rectangle whole_window = view_rect();
|
||||||
|
|
||||||
if(get_int_pref("DisplayMode") != 5)
|
if(get_int_pref("DisplayMode") != 5)
|
||||||
|
Reference in New Issue
Block a user