Quellcode durchsuchen

Updated library

Ivan Arkhipov vor 5 Jahren
Ursprung
Commit
c414e6c925
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;
     };
 }
 };