From bb9ef847344ac0dbeb8515a4ae87711e84167ad9 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Fri, 20 Dec 2024 08:51:53 +0100 Subject: [PATCH] fix sloppy removal of obsolete operation --- src/creature.cpp | 2 -- 1 file changed, 2 deletions(-) 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