Quellcode durchsuchen

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

Ivan Arkhipov vor 4 Jahren
Ursprung
Commit
54e10cefd2
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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;
     };
 }
 };