SilentPatch/SilentPatchSA/TimerSA.cpp

5 lines
270 B
C++
Raw Normal View History

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