SilentPatch/SilentPatchSA/TimerSA.cpp

5 lines
270 B
C++
Raw Normal View History

2014-08-03 19:38:53 +06:00
#include "StdAfxSA.h"
#include "TimerSA.h"
2017-06-23 03:11:17 +05:00
int& CTimer::m_snTimeInMilliseconds = **AddressByVersion<int**>(0x4242D1, 0x53F6A1, 0x406FA1);
2018-02-11 00:04:12 +05:00
float& CTimer::m_fTimeStep = **AddressByVersion<float**>(0x41DE4F + 2, Memory::PatternAndOffset("0F B7 86 DC 04 00 00 D9 05", 8) );