C4Effect: Remove obsolete fire effect constants

These constants aren't used anywhere inside the engine anymore and
should therefore be removed.
master
Nicolas Hake 2019-01-01 20:52:38 +01:00
parent 1b2f2889ad
commit 3a8830af6e
1 changed files with 1 additions and 6 deletions

View File

@ -145,12 +145,7 @@ protected:
void TempReaddUpperEffects(C4Effect *pLastReaddEffect); // temp remove all effects with higher priority void TempReaddUpperEffects(C4Effect *pLastReaddEffect); // temp remove all effects with higher priority
}; };
// fire effect constants // Effect name patterns
#define MaxFirePhase 15
#define C4Fx_Fire "Fire"
#define C4Fx_AnyFire "*Fire*" #define C4Fx_AnyFire "*Fire*"
#define C4Fx_Internal "Int*"
#define C4Fx_FirePriority 100
#define C4Fx_FireTimer 1
#endif #endif