mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 02:14:09 +00:00
Merge branch 'master' of https://github.com/gtamodding/re3
This commit is contained in:
commit
d1c6a6aaa6
159 changed files with 390 additions and 188 deletions
13
src/core/Stats.cpp
Normal file
13
src/core/Stats.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "common.h"
|
||||
#include "Stats.h"
|
||||
|
||||
int32 &CStats::DaysPassed = *(int32*)0x8F2BB8;
|
||||
int32 &CStats::HeadShots = *(int32*)0x8F647C;
|
||||
bool& CStats::CommercialPassed = *(bool*)0x8F4334;
|
||||
int32 &CStats::NumberKillFrenziesPassed = *(int32*)0x8E287C;
|
||||
int32 &CStats::PeopleKilledByOthers = *(int32*)0x8E2C50;
|
||||
|
||||
void CStats::AnotherKillFrenzyPassed()
|
||||
{
|
||||
++NumberKillFrenziesPassed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue