diff --git a/src/map/IMG/lblfile.cpp b/src/map/IMG/lblfile.cpp index c0efefd9..27e035c6 100644 --- a/src/map/IMG/lblfile.cpp +++ b/src/map/IMG/lblfile.cpp @@ -161,7 +161,7 @@ Label LBLFile::label8b(Handle &hdl, quint32 offset, bool capitalize) const } else if (c <= 0x07) { shieldType = static_cast(c); bap = &shieldLabel; - } else if (bap == &shieldLabel && QChar(c).isSpace()) { + } else if (bap == &shieldLabel && c == 0x20) { bap = &label; } else bap->append(c);