Merge branch 'master' of https://github.com/rheit/zdoom
Conflicts: wadsrc/static/compatibility.txt
This commit is contained in:
commit
0f425c4c3c
20 changed files with 298 additions and 20 deletions
|
|
@ -297,6 +297,11 @@ static void CopyPlayer (player_t *dst, player_t *src, const char *name)
|
|||
{
|
||||
dst->mo->player = dst;
|
||||
}
|
||||
// Fix the psprite interpolation pointers too.
|
||||
for (int i = 0; i < NUMPSPRITES; i++)
|
||||
{
|
||||
dst->psprites[i].UpdateInterpolation(dst - players);
|
||||
}
|
||||
// These 2 variables may not be overwritten.
|
||||
dst->attackdown = attackdown;
|
||||
dst->usedown = usedown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue