support for hotpatching to restore ADV patch support

This commit is contained in:
Ondřej Novák 2025-03-25 19:47:01 +01:00
parent 2be7f5d2b2
commit 04b57b4088
14 changed files with 168 additions and 278 deletions

View file

@ -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: