summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Mission.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Mission.h')
-rw-r--r--StarsEx/Mission.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/Mission.h b/StarsEx/Mission.h
index 5bcffa7..0b8c0a6 100644
--- a/StarsEx/Mission.h
+++ b/StarsEx/Mission.h
@@ -104,7 +104,7 @@ public:
const char* Objective() const { return objective; }
const char* Subtitles() const;
int Start() const { return start; }
- double Stardate() const { return stardate; }
+ long double Stardate() const { return stardate; }
int Type() const { return type; }
const char* TypeName() const { return RoleName(type); }
int Team() const { return team; }
@@ -174,7 +174,7 @@ protected:
int type;
int team;
int start;
- double stardate;
+ long double stardate;
bool ok;
bool active;
bool complete;