summaryrefslogtreecommitdiffhomepage
path: root/Stars45/StarSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/StarSystem.h')
-rw-r--r--Stars45/StarSystem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Stars45/StarSystem.h b/Stars45/StarSystem.h
index 295b07b..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;