Skip to content

Commit

Permalink
make print_proj_avoid_msg const again
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Aug 29, 2024
1 parent 1805b37 commit 7076ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ void Creature::messaging_projectile_attack( const Creature *source,
}
}

void Creature::print_proj_avoid_msg( Creature *source, viewer &player_view )
void Creature::print_proj_avoid_msg( Creature *source, viewer &player_view ) const
{
// "Avoid" rather than "dodge", because it includes removing self from the line of fire
// rather than just Matrix-style bullet dodging
Expand Down

0 comments on commit 7076ef5

Please sign in to comment.