summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Player.h')
-rw-r--r--StarsEx/Player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/Player.h b/StarsEx/Player.h
index c0a9b6c..62e8700 100644
--- a/StarsEx/Player.h
+++ b/StarsEx/Player.h
@@ -116,8 +116,8 @@ public:
Text EncodeStats();
void DecodeStats(const char* stats);
- int GetMissionPoints(ShipStats* stats, std::uint32_t start_time);
- void ProcessStats(ShipStats* stats, std::uint32_t start_time);
+ int GetMissionPoints(ShipStats* stats, std::int_fast32_t flight_time_);
+ void ProcessStats(ShipStats* stats, std::int_fast32_t flight_time_);
bool EarnedAward(AwardInfo* a, ShipStats* s);
static const char* RankName(int rank);