diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c6a86ee62..859076967 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -1027,6 +1027,7 @@ bool fgMainInit( int argc, char **argv ) { fgGetBool("/sim/startup/fullscreen") ); // Initialize the splash screen right away + fntInit(); fgSplashInit(fgGetString("/sim/startup/splash-texture")); // pass control off to the master event handler