- removed the less-parameters versions of P_SpawnPlayerMissile, because there was only one native call left to them.
This commit is contained in:
parent
460c400315
commit
bc86ec4c51
3 changed files with 1 additions and 18 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue