(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
authorDarkvater
Mon, 21 Aug 2006 13:04:13 +0000
changeset 4334 99abd73de061
parent 4333 050e8ea8f3bb
child 4335 02934874f33d
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
viewport.c
--- a/viewport.c	Mon Aug 21 09:22:44 2006 +0000
+++ b/viewport.c	Mon Aug 21 13:04:13 2006 +0000
@@ -2227,7 +2227,7 @@
 		VpStartPreSizing();
 
 	if ( (int)icon < 0)
-		SetAnimatedMouseCursor(_animcursors[~((int)icon)]);
+		SetAnimatedMouseCursor(_animcursors[~icon]);
 	else
 		SetMouseCursor(icon);
 }