Ver código fonte

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

Ivan Arkhipov 4 anos atrás
pai
commit
54e10cefd2
1 arquivos alterados com 2 adições e 0 exclusões
  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;
     };
 }
 };