viewport.c
changeset 2484 8e0c88a833fb
parent 2482 dffcca243dbc
child 2662 42c11a1a0a4b
--- a/viewport.c	Mon Oct 03 21:10:51 2005 +0000
+++ b/viewport.c	Mon Oct 03 21:20:01 2005 +0000
@@ -2229,7 +2229,7 @@
 		VpStartPreSizing();
 
 	if ( (int)icon < 0)
-		SetAnimatedMouseCursor(_animcursors[~(int32)icon]);
+		SetAnimatedMouseCursor(_animcursors[~icon]);
 	else
 		SetMouseCursor(icon);
 }