diff --git a/src/map/IMG/rgnfile.cpp b/src/map/IMG/rgnfile.cpp index dcd7a031..8baed229 100644 --- a/src/map/IMG/rgnfile.cpp +++ b/src/map/IMG/rgnfile.cpp @@ -120,6 +120,8 @@ bool RGNFile::readBuoyInfo(Handle &hdl, quint8 flags, quint32 size, if (!(size >= 2 && readUInt16(hdl, val))) return false; + point->flags = (val & 0x3f)<<24; + lc = (val >> 10) & 0x0f; if (!lc) lc = (val >> 6) & 7;