Browse Source

[hellfire] Correct function call in TryIconCurs

pull/944/head
Anders Jenbo 5 years ago
parent
commit
145283aaeb
  1. 2
      Source/diablo.cpp

2
Source/diablo.cpp

@ -828,7 +828,7 @@ static BOOL TryIconCurs()
if (pcursinvitem != -1)
DoOil(myplr, pcursinvitem);
else
SetCursor_(CURSOR_HAND);
NewCursor(CURSOR_HAND);
return TRUE;
}

Loading…
Cancel
Save