Skip to content

Commit

Permalink
Merge pull request CleverRaven#74841 from PatrikLundell/android
Browse files Browse the repository at this point in the history
Fix android bug
  • Loading branch information
Maleclypse authored Jul 1, 2024
2 parents 1cac119 + 16ba0af commit 4f065b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdltiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ static void CheckMessages()
}

// Check for actions that work on nearby tiles and own tile
if( can_interact_at( ACTION_PICKUP, pos ) ) {
if( can_interact_at( ACTION_PICKUP, tripoint_bub_ms( pos ) ) ) {
actions.insert( ACTION_PICKUP );
}
}
Expand Down

0 comments on commit 4f065b5

Please sign in to comment.