Skip to content

Commit

Permalink
Oh it's a tripoint_rel_ms on upstream master
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Nov 28, 2024
1 parent 9a8d3a6 commit 84a103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avatar_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ bool avatar_action::move( avatar &you, map &m, const tripoint &d )
you.is_running();
const bool is_prone = you.is_prone();
if( is_crouching || is_prone || low_profile ) {
m.set_transparency_cache_dirty( d.z );
m.set_transparency_cache_dirty( d.z() );
}

// If any leg broken without crutches and not already on the ground topple over
Expand Down

0 comments on commit 84a103c

Please sign in to comment.