# HG changeset patch # User Darkvater # Date 1156165453 0 # Node ID 99abd73de061f68134cbf720f182781a2d0438bf # Parent 050e8ea8f3bb6d3490453355ca3dfa9a2afb1e92 (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software diff -r 050e8ea8f3bb -r 99abd73de061 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); }