Skip to content

Commit

Permalink
Merge pull request #78674 from PatrikLundell/fix_draw
Browse files Browse the repository at this point in the history
fix sloppy removal of obsolete operation
  • Loading branch information
Maleclypse authored Dec 21, 2024
2 parents 66fe7dd + bb9ef84 commit f4932f9
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 f4932f9

Please sign in to comment.