summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.cpp
blob: 01bbf82e23a8f9528b9ef4b525ef25e4ea531c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "common.h"
#include "Stats.h"

int32 &CStats::DaysPassed = *(int32*)0x8F2BB8;
int32 &CStats::HeadShots = *(int32*)0x8F647C;
bool& CStats::CommercialPassed = *(bool*)0x8F4334;
bool& CStats::IndustrialPassed = *(bool*)0x8E2A68;
int32 &CStats::NumberKillFrenziesPassed = *(int32*)0x8E287C;
int32 &CStats::PeopleKilledByOthers = *(int32*)0x8E2C50;

void CStats::AnotherKillFrenzyPassed()
{
	++NumberKillFrenziesPassed;
}