summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Player.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-03 01:31:01 +0200
committerAki <please@ignore.pl>2024-04-03 01:31:01 +0200
commite0f9f411056c235947b809cb21c477aa5acca1b4 (patch)
tree1371e376659d66ec0c881032b6001630aa4f964b /StarsEx/Player.h
parent7f1e5f578ec184ebcbbdcd9f7725619ea426d5e4 (diff)
downloadstarshatter-e0f9f411056c235947b809cb21c477aa5acca1b4.zip
starshatter-e0f9f411056c235947b809cb21c477aa5acca1b4.tar.gz
starshatter-e0f9f411056c235947b809cb21c477aa5acca1b4.tar.bz2
Fixed mission points reward calculation
Diffstat (limited to 'StarsEx/Player.h')
-rw-r--r--StarsEx/Player.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/StarsEx/Player.h b/StarsEx/Player.h
index 62e8700..867e2ca 100644
--- a/StarsEx/Player.h
+++ b/StarsEx/Player.h
@@ -116,8 +116,7 @@ public:
Text EncodeStats();
void DecodeStats(const char* stats);
- int GetMissionPoints(ShipStats* stats, std::int_fast32_t flight_time_);
- void ProcessStats(ShipStats* stats, std::int_fast32_t flight_time_);
+ void ProcessStats(ShipStats* stats);
bool EarnedAward(AwardInfo* a, ShipStats* s);
static const char* RankName(int rank);