diasurgical / devilution

Diablo devolved - magic behind the 1996 computer game
Other
8.76k stars 919 forks source link

inv: add BUGFIX for CheckInvCut #2283

Closed mewmew closed 1 year ago

mewmew commented 1 year ago

For consistency, use (mx, my) parameters in call to SetCursorPos. As all callers of CheckInvCut pass (MouseX, MouseY) as arguments, this BUGFIX is only for consistency, there is no functional change.