(svn r16296) -Codechange: silence some ICC warnings

This commit is contained in:
rubidium
2009-05-13 16:52:51 +00:00
parent 3d3b5256f0
commit d23f616e9f
6 changed files with 15 additions and 15 deletions

View File

@@ -2976,7 +2976,7 @@ static void NewSpriteGroup(byte *buf, size_t len)
}
/* Set the terminator value. */
((DrawTileSeqStruct*)group->g.layout.dts->seq)[i].delta_x = (byte)0x80;
((DrawTileSeqStruct*)group->g.layout.dts->seq)[i].delta_x = (int8)0x80;
break;
}