W/misc fixes (#1838)

* temp

* temp

* before cleaning up

* cleanup merge

* fix warnings

* merge fix

* clang format
This commit is contained in:
water111
2022-09-05 20:29:12 -04:00
committed by GitHub
parent 80d0137dba
commit b5d21be9c5
136 changed files with 7191 additions and 1073 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ ObjectFileDB::ObjectFileDB(const std::vector<fs::path>& _dgos,
const std::vector<fs::path>& object_files,
const std::vector<fs::path>& str_files,
const Config& config)
: dts(config.game_version) {
: dts(config.game_version), m_version(config.game_version) {
Timer timer;
lg::info("-Loading types...");