(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple sprites.

This commit is contained in:
frosch
2016-08-15 18:33:08 +00:00
parent 4d1843a95e
commit 3cb7d9703b
5 changed files with 74 additions and 50 deletions

View File

@@ -2825,7 +2825,6 @@ static void MouseLoop(MouseClick click, int mousewheel)
switch (click) {
case MC_DOUBLE_LEFT:
case MC_LEFT:
DEBUG(misc, 2, "Cursor: 0x%X (%d)", _cursor.sprite, _cursor.sprite);
if (!HandleViewportClicked(vp, x, y) &&
!(w->flags & WF_DISABLE_VP_SCROLL) &&
_settings_client.gui.left_mouse_btn_scrolling) {