Unstatic P_DoSpring.

This commit is contained in:
Wolfy 2014-05-23 17:58:14 -05:00 committed by Alam Ed Arias
parent 5316f8da96
commit f509c56e3c
2 changed files with 3 additions and 1 deletions

View File

@ -306,6 +306,8 @@ void P_RadiusAttack(mobj_t *spot, mobj_t *source, fixed_t damagedist);
fixed_t P_FloorzAtPos(fixed_t x, fixed_t y, fixed_t z, fixed_t height); fixed_t P_FloorzAtPos(fixed_t x, fixed_t y, fixed_t z, fixed_t height);
boolean PIT_PushableMoved(mobj_t *thing); boolean PIT_PushableMoved(mobj_t *thing);
void P_DoSpring(mobj_t *spring, mobj_t *object);
// //
// P_SETUP // P_SETUP
// //

View File

@ -105,7 +105,7 @@ boolean P_TeleportMove(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z)
// MOVEMENT ITERATOR FUNCTIONS // MOVEMENT ITERATOR FUNCTIONS
// ========================================================================= // =========================================================================
static void P_DoSpring(mobj_t *spring, mobj_t *object) void P_DoSpring(mobj_t *spring, mobj_t *object)
{ {
INT32 pflags; INT32 pflags;
fixed_t offx, offy; fixed_t offx, offy;