hotpatching of global map DAT file, fix bugs

This commit is contained in:
Ondřej Novák 2025-04-13 17:18:38 +02:00
parent 4fa01c46aa
commit 66edc652a1
11 changed files with 127 additions and 68 deletions

View file

@ -52,7 +52,7 @@ int main(int argc, char **argv) {
};
cfg.adventure_path = adv_config_file.empty()?NULL:adv_config_file.c_str();
cfg.config_path = config_name.c_str();
cfg.lang_path = lang.c_str();
cfg.lang_path = lang.empty()?NULL:lang.c_str();
try {
if (!gen_stringtable_path.empty()) {