Skip to content
Snippets Groups Projects
Commit e16a8946 authored by Radicalicious's avatar Radicalicious
Browse files

Actually define newly exposed thrust functions. Oops.

parent 47a2710e
No related branches found
No related tags found
2 merge requests!2355fix newer versions of mixerx,!1493Expose more thrust functions to Lua
......@@ -527,6 +527,9 @@ boolean P_Teleport(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z, angle_t angle
boolean P_SetMobjStateNF(mobj_t *mobj, statenum_t state);
boolean P_CheckMissileSpawn(mobj_t *th);
void P_Thrust(mobj_t *mo, angle_t angle, fixed_t move);
void P_ThrustEvenIn2D(mobj_t *mo, angle_t angle, fixed_t move);
void P_VectorInstaThrust(fixed_t xa, fixed_t xb, fixed_t xc, fixed_t ya, fixed_t yb, fixed_t yc,
fixed_t za, fixed_t zb, fixed_t zc, fixed_t momentum, mobj_t *mo);
void P_DoSuperTransformation(player_t *player, boolean giverings);
void P_ExplodeMissile(mobj_t *mo);
void P_CheckGravity(mobj_t *mo, boolean affect);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment