]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/cloud.hxx
Use plib rad/degrees conversion constants.
[simgear.git] / simgear / sky / cloud.hxx
index f49807070b8ed5748ba9530d495435f1f0b4a5c4..ee1b12f2916f629e55de51ae45f68bf37476e7ba 100644 (file)
@@ -34,7 +34,7 @@
 #include <plib/ssg.h>
 
 #include STL_STRING
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 #define SG_MAX_CLOUD_TYPES 4   // change this if we add/remove cloud
@@ -42,9 +42,9 @@ FG_USING_STD(string);
 
 enum SGCloudType {
     SG_CLOUD_OVERCAST = 0,
-    SG_CLOUD_MOSTLY_CLOUDY = 1,
-    SG_CLOUD_MOSTLY_SUNNY = 2,
-    SG_CLOUD_CIRRUS = 3,
+    SG_CLOUD_MOSTLY_CLOUDY,
+    SG_CLOUD_MOSTLY_SUNNY,
+    SG_CLOUD_CIRRUS
 };