summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-02 12:39:01 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-03 00:09:35 +0100
commit8b47774aeefdc746d50d47189783c199080bf9b7 (patch)
tree7999ec0ee4139e4498820cb7206e5733d6e0c1cc /src/core/Stats.h
parentMerge pull request #853 from erorcun/miami (diff)
downloadre3-8b47774aeefdc746d50d47189783c199080bf9b7.tar
re3-8b47774aeefdc746d50d47189783c199080bf9b7.tar.gz
re3-8b47774aeefdc746d50d47189783c199080bf9b7.tar.bz2
re3-8b47774aeefdc746d50d47189783c199080bf9b7.tar.lz
re3-8b47774aeefdc746d50d47189783c199080bf9b7.tar.xz
re3-8b47774aeefdc746d50d47189783c199080bf9b7.tar.zst
re3-8b47774aeefdc746d50d47189783c199080bf9b7.zip
Diffstat (limited to '')
-rw-r--r--src/core/Stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h
index 69b3d492..7fa69396 100644
--- a/src/core/Stats.h
+++ b/src/core/Stats.h
@@ -49,8 +49,8 @@ public:
static int32 WantedStarsAttained;
static int32 WantedStarsEvaded;
static int32 PeopleKilledByPlayer;
- static int32 ProgressMade;
- static int32 TotalProgressInGame;
+ static float ProgressMade;
+ static float TotalProgressInGame;
static float MaximumJumpDistance;
static float MaximumJumpHeight;
static int32 MaximumJumpFlips;