Fix buy/sell of stackable items on 8.6

This commit is contained in:
Eduardo Bart
2013-01-17 16:09:51 -02:00
parent b68df8336a
commit ada2c9efe9
5 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ function UIGameMap:onDragEnter(mousePos)
self.currentDragThing = thing
g_mouse.setTargetCursor()
self.cancelNextRelease = true
return true
end