mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
oops
git-svn-id: https://svn.eduke32.com/eduke32@1561 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
952fc43e3c
commit
04ef6e8bde
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ process:
|
||||||
{
|
{
|
||||||
Bmemcpy(&i, &packbuf[j], sizeof(int16_t));
|
Bmemcpy(&i, &packbuf[j], sizeof(int16_t));
|
||||||
j += sizeof(int16_t);
|
j += sizeof(int16_t);
|
||||||
Bmemcpy(§or[i], &packbuf[j], sizeof(walltype));
|
Bmemcpy(&wall[i], &packbuf[j], sizeof(walltype));
|
||||||
j += sizeof(walltype);
|
j += sizeof(walltype);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue