mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 07:14:08 +00:00
Removed refs from weapons/, WeaponEffects moved
This commit is contained in:
parent
b9a8ad9481
commit
f435455bde
6 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "WaterLevel.h"
|
||||
#include "World.h"
|
||||
|
||||
CExplosion(&gaExplosion)[NUM_EXPLOSIONS] = *(CExplosion(*)[NUM_EXPLOSIONS])*(uintptr*)0x64E208;
|
||||
CExplosion gaExplosion[NUM_EXPLOSIONS];
|
||||
|
||||
// these two were not initialised in original code, I'm really not sure what were they meant to be
|
||||
RwRGBA colMedExpl = { 0, 0, 0, 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue