summaryrefslogtreecommitdiffstats
path: root/src/weapons/Explosion.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-16 01:00:38 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-16 01:00:38 +0200
commit22c84356b1282a5326d5e4e939b492793014c704 (patch)
tree6731f9eac93e7b1200814043200693cc9b63c4f2 /src/weapons/Explosion.cpp
parentMerge remote-tracking branch 'upstream/master' (diff)
parentFixed bridge despawns (diff)
downloadre3-22c84356b1282a5326d5e4e939b492793014c704.tar
re3-22c84356b1282a5326d5e4e939b492793014c704.tar.gz
re3-22c84356b1282a5326d5e4e939b492793014c704.tar.bz2
re3-22c84356b1282a5326d5e4e939b492793014c704.tar.lz
re3-22c84356b1282a5326d5e4e939b492793014c704.tar.xz
re3-22c84356b1282a5326d5e4e939b492793014c704.tar.zst
re3-22c84356b1282a5326d5e4e939b492793014c704.zip
Diffstat (limited to 'src/weapons/Explosion.cpp')
-rw-r--r--src/weapons/Explosion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Explosion.cpp b/src/weapons/Explosion.cpp
index 3d00052a..02243702 100644
--- a/src/weapons/Explosion.cpp
+++ b/src/weapons/Explosion.cpp
@@ -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 };