support .mnm extension for Ep3 quests; fix Ep3 DLQs not working

This commit is contained in:
Martin Michelsen
2022-10-03 00:01:04 -07:00
parent 73278fe9ab
commit 32176caff8
10 changed files with 87 additions and 50 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
GameVersion version;
std::string file_basename; // we append -<version>.<bin/dat> when reading
FileFormat file_format;
bool has_mnm_extension;
std::u16string name;
std::u16string short_description;
std::u16string long_description;