diff options
| author | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 14:15:27 -0700 |
|---|---|---|
| committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 14:15:27 -0700 |
| commit | 018fb3a9298c8c549745ad5af9fb708ef7b8cb41 (patch) | |
| tree | 028c9bdd78398042f7acd44bf35f50f83500a24c /src/core/Stats.h | |
| parent | Bugfixes, GenericSave() works now! (diff) | |
| download | re3-018fb3a9298c8c549745ad5af9fb708ef7b8cb41.tar.gz | |
Style fixes
Diffstat (limited to 'src/core/Stats.h')
| -rw-r--r-- | src/core/Stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index 7ee4aed0..4bf99c45 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -74,4 +74,4 @@ public: static void CheckPointReachedSuccessfully() { TotalLegitimateKills += KillsSinceLastCheckpoint; KillsSinceLastCheckpoint = 0; }; static void RegisterElBurroTime(int32); static void SaveStats(uint8 *buf, uint32 *size); -};
\ No newline at end of file +}; |
