From 415940729df099709b9ffc8bfdd3eb5a52b2823d Mon Sep 17 00:00:00 2001 From: Samuel Villareal Date: Thu, 2 Sep 2010 03:50:59 +0000 Subject: + Thing z height clipping code added + Renamed MF_SKULLFLY to MF_BOUNCE + Updated P_ZMovement with Strife changes + Updates to PIT_CheckThing + Removed most references to MF_SKULLFLY Subversion-branch: /branches/strife-branch Subversion-revision: 1995 --- src/strife/p_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/p_local.h') diff --git a/src/strife/p_local.h b/src/strife/p_local.h index 3a6ef7aa..99cf755e 100644 --- a/src/strife/p_local.h +++ b/src/strife/p_local.h @@ -220,6 +220,7 @@ extern line_t* ceilingline; boolean P_CheckPosition (mobj_t *thing, fixed_t x, fixed_t y); boolean P_TryMove (mobj_t* thing, fixed_t x, fixed_t y); +boolean P_CheckPositionZ(mobj_t* thing, fixed_t z); // villsa [STRIFE] boolean P_TeleportMove (mobj_t* thing, fixed_t x, fixed_t y); void P_SlideMove (mobj_t* mo); boolean P_CheckSight (mobj_t* t1, mobj_t* t2); -- cgit v1.2.3