- removed the less-parameters versions of P_SpawnPlayerMissile, because there was only one native call left to them.

This commit is contained in:
Christoph Oelckers 2018-11-25 01:14:50 +01:00
commit bc86ec4c51
3 changed files with 1 additions and 18 deletions

View file

@ -2335,7 +2335,7 @@ void Net_DoCommand (int type, uint8_t **stream, int player)
{
if (GetDefaultByType (typeinfo)->flags & MF_MISSILE)
{
P_SpawnPlayerMissile (source, typeinfo);
P_SpawnPlayerMissile (source, 0, 0, 0, typeinfo, source->Angles.Yaw);
}
else
{