From 97d22cdd146f66d386a690931886cb07ff398631 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 19 May 2003 20:35:50 +0000 Subject: [PATCH] Drop from 4 to 3 splash screens for now. --- src/Main/splash.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Main/splash.cxx b/src/Main/splash.cxx index 59328b15f..bd5108b53 100644 --- a/src/Main/splash.cxx +++ b/src/Main/splash.cxx @@ -58,7 +58,7 @@ void fgSplashInit ( void ) { splash.bind(); // load in the texture data - int num = (int)(sg_random() * 4.0 + 1.0); + int num = (int)(sg_random() * 3.0 + 1.0); char num_str[256]; sprintf(num_str, "%d", num); @@ -90,8 +90,8 @@ void fgSplashInit ( void ) { // Update the splash screen with progress specified from 0.0 to 1.0 void fgSplashUpdate ( double progress, float alpha ) { int xmin, ymin, xmax, ymax; - int xsize = 480; - int ysize = 380; + int xsize = 512; + int ysize = 512; if ( !fgGetInt("/sim/startup/xsize") || !fgGetInt("/sim/startup/ysize") ) { -- 2.39.5