mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -04:00
hotpatching of global map DAT file, fix bugs
This commit is contained in:
parent
4fa01c46aa
commit
66edc652a1
11 changed files with 127 additions and 68 deletions
|
@ -51,6 +51,8 @@ static void process_row(INI_CONFIG_SECTION *sec, const char *row) {
|
|||
ini_replace_key(sec, "default_map", value);
|
||||
} else if (istrcmp(key, "PATCH_FILE") == 0) {
|
||||
ini_replace_key(sec, "patch_file", file_icase_find(value));
|
||||
} else if (istrcmp(key, "PATCH") == 0 && istrcmp(value,"1") == 0) {
|
||||
ini_replace_key(sec, "patch_mode", "1");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue