diff options
Diffstat (limited to 'Stars45/StarSystem.h')
-rw-r--r-- | Stars45/StarSystem.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Stars45/StarSystem.h b/Stars45/StarSystem.h index 75a0abe..90b77df 100644 --- a/Stars45/StarSystem.h +++ b/Stars45/StarSystem.h @@ -102,9 +102,9 @@ public: void SetActiveRegion(OrbitalRegion* rgn); - static void SetBaseTime(double t, bool absolute=false); - static double GetBaseTime(); - static double Stardate() { return stardate; } + static void SetBaseTime(long double t, bool absolute=false); + static long double GetBaseTime(); + static long double Stardate() { return stardate; } static void CalcStardate(); double Radius() const { return radius; } @@ -133,7 +133,7 @@ protected: int affiliation; int seq; Point loc; - static double stardate; + static long double stardate; double radius; bool instantiated; @@ -342,5 +342,5 @@ protected: List<Text> links; }; -#endif StarSystem_h +#endif // StarSystem_h |