mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Fix tiny space issue and remove reference of SDL.h
This commit is contained in:
@@ -739,10 +739,9 @@ void CPlayerInterface::battleUnitsChanged(const std::vector<UnitChanges> & units
|
||||
if(unit->alive() && animation->isDead())
|
||||
animation->setType(CCreatureAnim::HOLDING);
|
||||
|
||||
if (unit->isClone())
|
||||
{
|
||||
if(unit->isClone())
|
||||
animation->shiftColor(ColorShifterDeepBlue::create());
|
||||
}
|
||||
|
||||
//TODO: handle more cases
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user