Hello.
In creature.cpp this:
internalDrawOutfit(dest + animationOffset * scaleFactor, scaleFactor, animate, animate, m_direction);
m_footStepDrawn = true;
To this:
int exactSize;
if (m_outfit.getCategory() == ThingCategoryCreature)
exactSize = getExactSize();
else
exactSize =...