mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
MOHAWK: Silence MSVC warning (bug #3290528)
This commit is contained in:
parent
1f660237a4
commit
b9262bd70c
@ -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--;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user