forked from mirror/OpenTTD
(svn r16296) -Codechange: silence some ICC warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user