mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- re-added PlayerInfo.BringUpWeapon.
This commit is contained in:
parent
abd6729d39
commit
f6aa16947a
1 changed files with 5 additions and 0 deletions
|
@ -2431,6 +2431,11 @@ struct PlayerInfo native play // self is what internally is known as player_t
|
||||||
mo.DropWeapon();
|
mo.DropWeapon();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
deprecated("3.7") void BringUpWeapon()
|
||||||
|
{
|
||||||
|
if (mo) mo.BringUpWeapon();
|
||||||
|
}
|
||||||
|
|
||||||
bool IsTotallyFrozen()
|
bool IsTotallyFrozen()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue