fix metadata on more quests

This commit is contained in:
Martin Michelsen
2025-11-27 20:58:30 -08:00
parent afe48e7034
commit 23eb6b29a5
18 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -3489,9 +3489,7 @@ static string name_for_entity_type(
ret += def->name;
}
return ret.empty()
? std::format("__UNKNOWN_ENTITY_{:04X}__", type)
: ret;
return ret.empty() ? std::format("__UNKNOWN_ENTITY_{:04X}__", type) : ret;
}
string MapFile::name_for_object_type(uint16_t type, Version version, uint8_t area) {