mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 22:12:24 -04:00
some fixes in win
This commit is contained in:
parent
2d7697174d
commit
02f5d21c32
3 changed files with 11 additions and 11 deletions
|
@ -388,7 +388,7 @@ const void *load_mob_legacy_format(const void *p, int32_t *s) {
|
|||
d+=nx;
|
||||
ofs=nx;
|
||||
nx = sizeof(TMOB);
|
||||
memcpy(d, c, nx - ofs); //last padding 1
|
||||
memcpy(d, c, nx - ofs-1); //last padding 1
|
||||
c+=nx - ofs - 1;
|
||||
}
|
||||
*s = count * sizeof(TMOB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue