summaryrefslogtreecommitdiffstats
path: root/src/weapons/Explosion.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-16 00:56:15 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-16 00:56:15 +0200
commitf435455bdee2bbe6a55f12fb8854659260b7a559 (patch)
tree067fd961924225a38658e3064ee6e3b313741aba /src/weapons/Explosion.h
parentFix misplaced targeting (diff)
downloadre3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.gz
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.bz2
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.lz
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.xz
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.zst
re3-f435455bdee2bbe6a55f12fb8854659260b7a559.zip
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