(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
--- 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);
}