From 985a6b7f5374f3d7310f3d6cec95874f2f3d81b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Mar 2016 02:51:28 +0300 Subject: Add comment into ActorSprite::setStatusEffectBlock. --- src/being/actorsprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/being/actorsprite.cpp b/src/being/actorsprite.cpp index 629fef7b6..e73397145 100644 --- a/src/being/actorsprite.cpp +++ b/src/being/actorsprite.cpp @@ -194,7 +194,7 @@ void ActorSprite::setStatusEffectBlock(const int offset, { const bool val = (newEffects & (1 << i)) > 0; const int index = StatusEffect::blockEffectIndexToEffectIndex( - offset + i); + offset + i); // block-id (offset + i) to id (index) if (index != -1) { -- cgit v1.2.3-60-g2f50