diff options
-rw-r--r-- | src/statuseffect.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index d875a2f57..27e351a45 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -43,10 +43,12 @@ bool StatusEffect::mLoaded = false; StatusEffect::StatusEffect() : mPersistentParticleEffect(false) -{} +{ +} StatusEffect::~StatusEffect() -{} +{ +} void StatusEffect::playSFX() { @@ -182,6 +184,7 @@ void StatusEffect::load() (*the_map)[0][index] = endEffect; } } + mLoaded = true; } void unloadMap(std::map<int, StatusEffect *> map) |