Fix bug in moving a larger sized stack in inventory on top of another
authorPerttu Ahola <celeron55@gmail.com>
Sun, 2 Sep 2012 17:13:11 +0000 (20:13 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 2 Sep 2012 17:24:45 +0000 (20:24 +0300)
commit6495007924d8907ddfff14be09d38a4b1745b95a
tree471295b819df4fc0327424c94f57d1f79af50fbc
parentd53a6cd8518edd025acdfc7878ede857867e507b
Fix bug in moving a larger sized stack in inventory on top of another

- You have 2 stacks: a with x items and b with y<x items
- Take a with your mouse and place it on b
- Whole stack a moves to b
- (y * 2 - x) items move from b to a
- (x - y) items are left to the mouse cursor
src/guiFormSpecMenu.cpp