]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.hxx
Make sound audiable not until after the scenery is loaded.
[flightgear.git] / src / Main / splash.hxx
index fe30644333f194b5d723610e7c84b65da8110bb3..99dbcbd69a5a2e4786fc56f90d7fe716aebaff25 100644 (file)
@@ -32,7 +32,7 @@
 
 
 // Initialize the splash screen
-void fgSplashInit ( void );
+void fgSplashInit ( const char *splash_texture );
 
 // Update the splash screen with progress specified from 0.0 to 1.0
 void fgSplashUpdate ( double progress, float alpha );