]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sky.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / sky / sky.cxx
index a3f756be54dbae65f77eaaa1a6da09b83dcfbafc..69bd8b2839d19e96f323502fdcf77b1b7f5ab325 100644 (file)
 // $Id$
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <plib/sg.h>
 #include <plib/ssg.h>
 
@@ -98,7 +94,7 @@ void SGSky::build(  double sun_size, double moon_size,
     post_root->addKid( post_selector );
 
     // add the cloud ssgStates to the material lib
-    FGPath cloud_path;
+    SGPath cloud_path;
 
     cloud_path.set( tex_path.str() );
     cloud_path.append( "overcast.rgb" );