- re-added PlayerInfo.BringUpWeapon.

This commit is contained in:
Christoph Oelckers 2018-12-11 00:35:53 +01:00
parent abd6729d39
commit f6aa16947a
1 changed files with 5 additions and 0 deletions

View File

@ -2431,6 +2431,11 @@ struct PlayerInfo native play // self is what internally is known as player_t
mo.DropWeapon();
}
}
deprecated("3.7") void BringUpWeapon()
{
if (mo) mo.BringUpWeapon();
}
bool IsTotallyFrozen()
{