Removed refs from weapons/, WeaponEffects moved

This commit is contained in:
Sergeanur 2020-04-16 01:56:15 +03:00
commit f435455bde
6 changed files with 8 additions and 8 deletions

View file

@ -46,4 +46,4 @@ public:
static void RemoveAllExplosionsInArea(CVector pos, float radius);
};
extern CExplosion (&gaExplosion)[NUM_EXPLOSIONS];
extern CExplosion gaExplosion[NUM_EXPLOSIONS];