From 88ce335afc1af81222109e922ef03051a5273dd7 Mon Sep 17 00:00:00 2001 From: guard3 Date: Thu, 4 Jul 2019 14:04:34 +0300 Subject: CBridge --- src/Stats.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Stats.cpp') diff --git a/src/Stats.cpp b/src/Stats.cpp index 5256b0cf..3c5b55e4 100644 --- a/src/Stats.cpp +++ b/src/Stats.cpp @@ -1,5 +1,6 @@ #include "common.h" #include "Stats.h" -int32 &CStats::DaysPassed = *(int32*)0x8F2BB8; -int32 &CStats::HeadShots = *(int32*)0x8F647C; \ No newline at end of file +int32& CStats::DaysPassed = *(int32*)0x8F2BB8; +int32& CStats::HeadShots = *(int32*)0x8F647C; +bool& CStats::CommercialPassed = *(bool*)0x8F4334; \ No newline at end of file -- cgit v1.2.3