]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewer.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Main / viewer.hxx
index 6e5d5490605c77988f7361141d8761fe0c7d4f6a..c9ea6bc3fcf11dff3f854b14a8e0137e3ba95b86 100644 (file)
@@ -46,7 +46,7 @@
 
 enum fgViewType {
  FG_LOOKFROM = 0,
- FG_LOOKAT = 1,
+ FG_LOOKAT = 1
 };
 
 // Define a structure containing view information
@@ -56,7 +56,7 @@ public:
 
     enum fgScalingType {  // nominal Field Of View actually applies to ...
        FG_SCALING_WIDTH,       // window width
-       FG_SCALING_MAX,         // max(width, height)
+       FG_SCALING_MAX          // max(width, height)
        // FG_SCALING_G_MEAN,      // geometric_mean(width, height)
        // FG_SCALING_INDEPENDENT  // whole screen
     };