Skip to content

Commit

Permalink
Merge pull request #32644 from ipcyborg/fix-water-replication-bug
Browse files Browse the repository at this point in the history
Fix water replication bug (fixes #32625)
  • Loading branch information
ZhilkinSerg authored Jul 26, 2019
2 parents ddf579c + 7f1ae26 commit 663942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pickup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ bool pick_one_up( item_location &loc, int quantity, bool &got_water, bool &offer
break;
}

picked_up = newit.spill_contents( u );
picked_up = loc.get_item()->spill_contents( u );
if( !picked_up ) {
break;
}
Expand Down

0 comments on commit 663942f

Please sign in to comment.