mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
support for hotpatching to restore ADV patch support
This commit is contained in:
parent
2be7f5d2b2
commit
04b57b4088
14 changed files with 168 additions and 278 deletions
|
@ -358,7 +358,7 @@ int load_map(const char *filename)
|
|||
vyk_max=size/sizeof(TVYKLENEK);
|
||||
break;
|
||||
case A_MOBS:
|
||||
mob_template=load_mob_legacy_format_direct(temp, &size);
|
||||
mob_template=load_mob_legacy_format_direct(temp, &size,0);
|
||||
mob_size=size;
|
||||
break;
|
||||
case A_MOBSND:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue