Skip to content

Commit

Permalink
Update src/monmove.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
PatrikLundell and github-actions[bot] authored Dec 16, 2024
1 parent dde2548 commit e36c9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/monmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,8 @@ tripoint_bub_ms monster::scent_move()
return random_entry( smoves, next );
}

int monster::calc_movecost( const tripoint_bub_ms &f, const tripoint_bub_ms &t, bool ignore_fields ) const
int monster::calc_movecost( const tripoint_bub_ms &f, const tripoint_bub_ms &t,
bool ignore_fields ) const
{
int movecost = 0;

Expand Down

0 comments on commit e36c9cd

Please sign in to comment.