- exported P_PlayerThink to ZScript.
This commit is contained in:
parent
8c992647de
commit
10deb5ce56
4 changed files with 254 additions and 76 deletions
|
|
@ -1508,6 +1508,12 @@ void player_t::TickPSprites()
|
|||
}
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(_PlayerInfo, TickPSprites)
|
||||
{
|
||||
PARAM_SELF_STRUCT_PROLOGUE(player_t);
|
||||
self->TickPSprites();
|
||||
return 0;
|
||||
}
|
||||
//------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue