Skip to content

Commit

Permalink
fix sloppy removal of obsolete operation
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Dec 20, 2024
1 parent 41efa55 commit bb9ef84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9ef84

Please sign in to comment.