Revert "Merge pull request #359 from Leonard2/master"
This reverts commit364ca11b43, reversing changes made todae0e217d1. Conflicts: src/r_data/r_interpolate.cpp
This commit is contained in:
parent
9d68fd8fe9
commit
b613db4ae5
8 changed files with 4 additions and 251 deletions
|
|
@ -297,11 +297,6 @@ 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