summaryrefslogtreecommitdiff
path: root/src/weapons/Explosion.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-16 01:56:15 +0300
committerSergeanur <s.anureev@yandex.ua>2020-04-16 01:56:15 +0300
commitf435455bdee2bbe6a55f12fb8854659260b7a559 (patch)
tree067fd961924225a38658e3064ee6e3b313741aba /src/weapons/Explosion.h
parentFix misplaced targeting (diff)
downloadre3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.gz
Removed refs from weapons/, WeaponEffects moved
Diffstat (limited to 'src/weapons/Explosion.h')
-rw-r--r--src/weapons/Explosion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Explosion.h b/src/weapons/Explosion.h
index 45e2d5bb..bf54328c 100644
--- a/src/weapons/Explosion.h
+++ b/src/weapons/Explosion.h
@@ -46,4 +46,4 @@ public:
static void RemoveAllExplosionsInArea(CVector pos, float radius);
};
-extern CExplosion (&gaExplosion)[NUM_EXPLOSIONS]; \ No newline at end of file
+extern CExplosion gaExplosion[NUM_EXPLOSIONS]; \ No newline at end of file