mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 02:11:58 -04:00
fix summon enemies
This commit is contained in:
parent
9a3641cf03
commit
7aaeccd1c3
5 changed files with 29 additions and 7 deletions
|
@ -399,6 +399,7 @@ const void *load_mob_legacy_format(const void *p, int32_t *s) {
|
|||
nx = sizeof(TMOB);
|
||||
memmove(d, c, nx - ofs - 1); //last padding 1
|
||||
c+=nx - ofs - 1;
|
||||
m->vlajky2 = 0;
|
||||
}
|
||||
*s = count * sizeof(TMOB);
|
||||
return out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue