summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/statuseffect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp
index e5184bc05..04e94a0f8 100644
--- a/src/statuseffect.cpp
+++ b/src/statuseffect.cpp
@@ -109,11 +109,13 @@ int StatusEffect::blockEffectIndexToEffectIndex(const int blockIndex)
StatusEffect *StatusEffect::getStatusEffect(const int index,
const bool enabling)
{
+ //+++ need check
return statusEffects[enabling][index];
}
StatusEffect *StatusEffect::getStunEffect(const int index, const bool enabling)
{
+ //+++ need check
return stunEffects[enabling][index];
}