Fixed compile warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1078 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-07-21 16:31:01 +00:00
parent 2c43816a1c
commit a561c5c464
+1 -1
View File
@@ -609,7 +609,7 @@ xform_PLUT_step (SIZE TDelta)
c0 += (SIZE)((c1 - c0) * f);
val = (val << 5) | (c0 & 0x1F);
*pOldCMap++;
pOldCMap++;
*pCurCMap++ = UQM_SwapBE32 (val);
}
ColorChange = TRUE;