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
|
|
@ -1726,15 +1726,6 @@ void G_DoPlayerPop(int playernum)
|
|||
players[playernum].mo = NULL;
|
||||
players[playernum].camera = NULL;
|
||||
}
|
||||
// Now's the ideal time to remove his psprite interpolations.
|
||||
for (int ii = 0; ii < NUMPSPRITES; ii++)
|
||||
{
|
||||
if (players[playernum].psprites[ii].interpolation != NULL)
|
||||
{
|
||||
players[playernum].psprites[ii].StopInterpolation();
|
||||
players[playernum].pspinterp[ii] = NULL;
|
||||
}
|
||||
}
|
||||
// [RH] Let the scripts know the player left
|
||||
FBehavior::StaticStartTypedScripts(SCRIPT_Disconnect, NULL, true, playernum);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue