Skip to content

Commit

Permalink
Subtract 1 from the drop counter (#40372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkybe authored May 9, 2020
1 parent c9295dc commit c901f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inventory_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,7 @@ void inventory_drop_selector::set_chosen_count( inventory_entry &entry, size_t c
break;
}
dropping.emplace_back( loc, 1 );
count--;
}
}
}
Expand Down

0 comments on commit c901f6b

Please sign in to comment.