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