mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
This commit is contained in:
parent
94f1f75825
commit
323a3160f7
@ -2227,7 +2227,7 @@ void SetObjectToPlace(CursorID icon, byte mode, WindowClass window_class, Window
|
||||
VpStartPreSizing();
|
||||
|
||||
if ( (int)icon < 0)
|
||||
SetAnimatedMouseCursor(_animcursors[~((int)icon)]);
|
||||
SetAnimatedMouseCursor(_animcursors[~icon]);
|
||||
else
|
||||
SetMouseCursor(icon);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user