]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.cxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Main / splash.cxx
index bd5108b53077c835dc429201f9d9a66e5f16423f..56e0daff6589fd40eae4417775c68464fa6ac65b 100644 (file)
@@ -34,7 +34,7 @@
 #  include <windows.h>
 #endif
 
-#include GLUT_H
+#include FG_GLUT_H
 
 #include <string.h>
 
@@ -58,7 +58,7 @@ void fgSplashInit ( void ) {
     splash.bind();
 
     // load in the texture data
-    int num = (int)(sg_random() * 3.0 + 1.0);
+    int num = (int)(sg_random() * 5.0 + 1.0);
     char num_str[256];
     sprintf(num_str, "%d", num);