mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 08:04:10 +00:00
Remove patches
This commit is contained in:
parent
c8af08330a
commit
599164006a
174 changed files with 244 additions and 4689 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "common.h"
|
||||
#include "patcher.h"
|
||||
|
||||
#include "ShotInfo.h"
|
||||
#include "Entity.h"
|
||||
#include "Weapon.h"
|
||||
|
@ -128,11 +128,4 @@ CShotInfo::Update()
|
|||
if (!((CTimer::GetFrameCounter() + slot) & 3))
|
||||
CWorld::SetCarsOnFire(shot.m_startPos.x, shot.m_startPos.y, shot.m_startPos.z, 4.0f, shot.m_sourceEntity);
|
||||
}
|
||||
}
|
||||
|
||||
STARTPATCHES
|
||||
InjectHook(0x55BFF0, &CShotInfo::Update, PATCH_JUMP);
|
||||
InjectHook(0x55BD70, &CShotInfo::AddShot, PATCH_JUMP);
|
||||
InjectHook(0x55BC60, &CShotInfo::Initialise, PATCH_JUMP);
|
||||
InjectHook(0x55BD50, &CShotInfo::Shutdown, PATCH_JUMP);
|
||||
ENDPATCHES
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue