mirror of https://github.com/OpenTTD/OpenTTD
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
parent
94f1f75825
commit
323a3160f7
|
@ -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