mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 02:00:35 +00:00
stats fix
This commit is contained in:
parent
cf804dee91
commit
4f1d6123dd
3 changed files with 51 additions and 62 deletions
|
@ -62,8 +62,6 @@ public:
|
|||
static int32 &CarsCrushed;
|
||||
static int32(&FastestTimes)[TOTAL_FASTEST_TIMES];
|
||||
static int32(&HighestScores)[TOTAL_HIGHEST_SCORES];
|
||||
static int32 &KgOfExplosivesUsed;
|
||||
static int32 &CarsCrushed;
|
||||
|
||||
public:
|
||||
static void RegisterFastestTime(int32, int32);
|
||||
|
@ -85,6 +83,5 @@ public:
|
|||
static void CheckPointReachedSuccessfully() { TotalLegitimateKills += KillsSinceLastCheckpoint; KillsSinceLastCheckpoint = 0; };
|
||||
static void RegisterElBurroTime(int32);
|
||||
static void SaveStats(uint8 *buf, uint32 *size);
|
||||
|
||||
static void Init(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue