mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Updated const.
This commit is contained in:
@@ -90,7 +90,7 @@ CBattleStackAnimation::CBattleStackAnimation(CBattleInterface * owner, const CSt
|
|||||||
assert(myAnim);
|
assert(myAnim);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CBattleStackAnimation::shiftColor(ColorShifter * shifter)
|
void CBattleStackAnimation::shiftColor(const ColorShifter * shifter)
|
||||||
{
|
{
|
||||||
assert(myAnim);
|
assert(myAnim);
|
||||||
myAnim->shiftColor(shifter);
|
myAnim->shiftColor(shifter);
|
||||||
|
@@ -44,7 +44,7 @@ public:
|
|||||||
|
|
||||||
CBattleStackAnimation(CBattleInterface * _owner, const CStack * _stack);
|
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
|
/// This class is responsible for managing the battle attack animation
|
||||||
|
Reference in New Issue
Block a user