summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-02 03:50:59 +0000
committerSamuel Villareal2010-09-02 03:50:59 +0000
commit415940729df099709b9ffc8bfdd3eb5a52b2823d (patch)
tree84ad205192e822a1683449fc207d12120b06d377 /src/strife/p_local.h
parent87185424769c6c2dd8207f0b63dc787f98011496 (diff)
downloadchocolate-doom-415940729df099709b9ffc8bfdd3eb5a52b2823d.tar.gz
chocolate-doom-415940729df099709b9ffc8bfdd3eb5a52b2823d.tar.bz2
chocolate-doom-415940729df099709b9ffc8bfdd3eb5a52b2823d.zip
+ 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
Diffstat (limited to 'src/strife/p_local.h')
-rw-r--r--src/strife/p_local.h1
1 files changed, 1 insertions, 0 deletions
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);