]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.hxx
- fix unzoomed tapes (TODO: restore tick length)
[flightgear.git] / src / Instrumentation / clock.hxx
index 19c72af9caf4e395fb36aee38466642cfe19f84c..b9d0a7da29a757e6d642829b6d13c4038ac5c1c9 100644 (file)
@@ -50,8 +50,10 @@ private:
     long _indicated_sec;
     long _indicated_min;
     long _indicated_hour;
+    long _local_hour;
     char _indicated_string[16];
     char _indicated_short_string[16];
+    char _local_short_string[16];
     long _standstill_offset;
 
     string name;
@@ -61,9 +63,11 @@ private:
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _sec_node;
     SGPropertyNode_ptr _hour_node;
+    SGPropertyNode_ptr _lhour_node;
     SGPropertyNode_ptr _min_node;
     SGPropertyNode_ptr _string_node;
     SGPropertyNode_ptr _string_node1;
+    SGPropertyNode_ptr _string_node2;
 
 };