diff --git a/src/map/IMG/subfile.cpp b/src/map/IMG/subfile.cpp index 8b590b48..d653d28b 100644 --- a/src/map/IMG/subfile.cpp +++ b/src/map/IMG/subfile.cpp @@ -92,7 +92,6 @@ bool SubFile::readVUInt32(Handle &hdl, quint32 &val) const if (!readByte(hdl, b)) return false; val |= (((quint32)b) << (i * 8)) >> (8 - shift); - } return true;