diff --git a/src/creature.cpp b/src/creature.cpp index dc6a48344b605..ccab04ac3b078 100644 --- a/src/creature.cpp +++ b/src/creature.cpp @@ -3218,8 +3218,6 @@ void Creature::draw( const catacurses::window &w, const tripoint_bub_ms &origin, } else { mvwputch( w, draw, symbol_color(), symbol() ); } - - Creature::draw( w, origin, inverted ); } bool Creature::is_symbol_highlighted() const