1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Updated const.

This commit is contained in:
toneyisnow
2020-01-26 16:18:07 -08:00
parent 8db638c054
commit a03e696ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ CBattleStackAnimation::CBattleStackAnimation(CBattleInterface * owner, const CSt
assert(myAnim);
}
void CBattleStackAnimation::shiftColor(ColorShifter * shifter)
void CBattleStackAnimation::shiftColor(const ColorShifter * shifter)
{
assert(myAnim);
myAnim->shiftColor(shifter);

View File

@@ -44,7 +44,7 @@ public:
CBattleStackAnimation(CBattleInterface * _owner, const CStack * _stack);
void shiftColor(ColorShifter * shifter);
void shiftColor(const ColorShifter * shifter);
};
/// This class is responsible for managing the battle attack animation