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