mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:49:00 +00:00
Added newlines at end of file
This commit is contained in:
parent
ecd11f043e
commit
96619e239a
5 changed files with 5 additions and 5 deletions
|
@ -9,4 +9,4 @@ struct CBulletTrace
|
||||||
char m_bInUse;
|
char m_bInUse;
|
||||||
char m_bFramesInUse;
|
char m_bFramesInUse;
|
||||||
char m_bLifeTime;
|
char m_bLifeTime;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#include "BulletTraces.h"
|
#include "BulletTraces.h"
|
||||||
|
|
||||||
CBulletTrace (&CBulletTraces::aTraces)[16] = *(CBulletTrace(*)[16])0x72B1B8;
|
CBulletTrace (&CBulletTraces::aTraces)[16] = *(CBulletTrace(*)[16])0x72B1B8;
|
||||||
|
|
|
@ -6,4 +6,4 @@ class CBulletTraces
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static CBulletTrace(&aTraces)[16];
|
static CBulletTrace(&aTraces)[16];
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,4 +30,4 @@ class CPickup
|
||||||
__int16 m_eModelIndex;
|
__int16 m_eModelIndex;
|
||||||
__int16 m_wIndex;
|
__int16 m_wIndex;
|
||||||
CVector m_vecPos;
|
CVector m_vecPos;
|
||||||
};
|
};
|
||||||
|
|
|
@ -252,4 +252,4 @@ InjectHook(0x592FE0, CReplay::Init, PATCH_JUMP);
|
||||||
InjectHook(0x593150, CReplay::DisableReplays, PATCH_JUMP);
|
InjectHook(0x593150, CReplay::DisableReplays, PATCH_JUMP);
|
||||||
InjectHook(0x593150, CReplay::EnableReplays, PATCH_JUMP);
|
InjectHook(0x593150, CReplay::EnableReplays, PATCH_JUMP);
|
||||||
InjectHook(0x593170, CReplay::Update, PATCH_JUMP);
|
InjectHook(0x593170, CReplay::Update, PATCH_JUMP);
|
||||||
ENDPATCHES
|
ENDPATCHES
|
||||||
|
|
Loading…
Reference in a new issue