1
0
Fork 0

the plib documentation says we should call fntInit() before using fonts;

not that it makes a difference ...
This commit is contained in:
mfranz 2005-05-08 14:32:56 +00:00
parent 408dcc38b1
commit fb14bdb8ec

View file

@ -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