浏览代码

Merge branch 'f/LEGACY-0-Update-dat-library' of LotRO_Legacy/Legacy_v2 into dev

Ivan Arkhipov 4 年之前
父节点
当前提交
54e10cefd2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      import/LotroDat/DatSubsystems/DatLocaleManager.h

+ 2 - 0
import/LotroDat/DatSubsystems/DatLocaleManager.h

@@ -84,6 +84,8 @@ namespace LOTRO_DAT {
         std::map<long long, SubFile> patch_dict_;
         std::set<long long> inactive_categories;
         LOCALE current_locale_;
+        uint64_t dict_offset_ = 0;
+        uint64_t dict_size_ = 0;
     };
 }
 };