fix summon enemies

This commit is contained in:
Ondřej Novák 2025-03-23 16:47:22 +01:00
parent 9a3641cf03
commit 7aaeccd1c3
5 changed files with 29 additions and 7 deletions

View file

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