MOHAWK: Silence MSVC warning (bug #3290528)

This commit is contained in:
Littleboy 2011-04-22 14:39:16 -04:00
parent 1f660237a4
commit b9262bd70c

View File

@ -2004,7 +2004,7 @@ LBScriptEntry *LBItem::parseScriptEntry(uint16 type, uint16 &size, Common::Seeka
size -= target.size() + 1;
}
if (size % 2 != oldAlign) {
if ((uint)(size % 2) != oldAlign) {
stream->skip(1);
size--;
}