mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user