mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -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
|
@ -195,7 +195,7 @@ int get_file_entry_in_table(const TNAMETABLE_REF *where, char *name) {
|
|||
char get_file_entry(int group,char *name, THANDLE_DATA *h) {
|
||||
char ex;
|
||||
|
||||
ex=test_file_exist_DOS(group,name);
|
||||
ex=mman_patch && test_file_exist_DOS(group,name);
|
||||
if (!ex) {
|
||||
for (int i = 0; i < MAX_PATCHES; ++i) {
|
||||
const TDDLMAP_INFO *nfo = &ddlmap[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue