mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Unstatic P_DoSpring.
This commit is contained in:
parent
5316f8da96
commit
f509c56e3c
2 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
boolean PIT_PushableMoved(mobj_t *thing);
|
||||
|
||||
void P_DoSpring(mobj_t *spring, mobj_t *object);
|
||||
|
||||
//
|
||||
// P_SETUP
|
||||
//
|
||||
|
|
|
@ -105,7 +105,7 @@ boolean P_TeleportMove(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z)
|
|||
// MOVEMENT ITERATOR FUNCTIONS
|
||||
// =========================================================================
|
||||
|
||||
static void P_DoSpring(mobj_t *spring, mobj_t *object)
|
||||
void P_DoSpring(mobj_t *spring, mobj_t *object)
|
||||
{
|
||||
INT32 pflags;
|
||||
fixed_t offx, offy;
|
||||
|
|
Loading…
Reference in a new issue