- Exhumed: Make use of cl_showmagamt.

* Fixes #463.
This commit is contained in:
Mitchell Richters 2021-07-16 23:52:56 +10:00
parent 76554f5f4d
commit 7b8dcde5d2
4 changed files with 19 additions and 7 deletions

View file

@ -2796,6 +2796,11 @@ DEFINE_ACTION_FUNCTION(_Exhumed, GetViewPlayer)
ACTION_RETURN_POINTER(&PlayerList[nLocalPlayer]);
}
DEFINE_ACTION_FUNCTION(_Exhumed, GetPistolClip)
{
ACTION_RETURN_POINTER(&nPistolClip[nLocalPlayer]);
}
DEFINE_ACTION_FUNCTION(_ExhumedPlayer, IsUnderwater)
{
PARAM_SELF_STRUCT_PROLOGUE(Player);