- exported P_PlayerThink to ZScript.

This commit is contained in:
Christoph Oelckers 2017-04-30 20:29:39 +02:00
commit 10deb5ce56
4 changed files with 254 additions and 76 deletions

View file

@ -1508,6 +1508,12 @@ void player_t::TickPSprites()
}
}
DEFINE_ACTION_FUNCTION(_PlayerInfo, TickPSprites)
{
PARAM_SELF_STRUCT_PROLOGUE(player_t);
self->TickPSprites();
return 0;
}
//------------------------------------------------------------------------
//
//