changeset 4334:47cec3e723fe draft

(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
author Darkvater <Darkvater@openttd.org>
date Mon, 21 Aug 2006 13:04:13 +0000
parents 59805382c0c4
children 4e1ac3e8c830
files viewport.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/viewport.c
+++ b/viewport.c
@@ -2227,7 +2227,7 @@
 		VpStartPreSizing();
 
 	if ( (int)icon < 0)
-		SetAnimatedMouseCursor(_animcursors[~((int)icon)]);
+		SetAnimatedMouseCursor(_animcursors[~icon]);
 	else
 		SetMouseCursor(icon);
 }