diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 01:56:15 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 01:56:15 +0300 |
| commit | f435455bdee2bbe6a55f12fb8854659260b7a559 (patch) | |
| tree | 067fd961924225a38658e3064ee6e3b313741aba /src/weapons/Explosion.h | |
| parent | Fix misplaced targeting (diff) | |
| download | re3-f435455bdee2bbe6a55f12fb8854659260b7a559.tar.gz | |
Removed refs from weapons/, WeaponEffects moved
Diffstat (limited to 'src/weapons/Explosion.h')
| -rw-r--r-- | src/weapons/Explosion.h | 2 |
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 |
