summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
authorJames Haley2010-09-25 23:12:58 +0000
committerJames Haley2010-09-25 23:12:58 +0000
commitb563a6485a2840f324ad0bc7b45d3a8306a9f18b (patch)
treed459cf7f8e2c391efa52e3ed53180a3e700f1270 /src/strife/p_local.h
parent6347e5fad98d28e1c8ca89273568da4c7f652a7f (diff)
downloadchocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.tar.gz
chocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.tar.bz2
chocolate-doom-b563a6485a2840f324ad0bc7b45d3a8306a9f18b.zip
ALL line types implemented in P_UseSpecialLine!
Subversion-branch: /branches/strife-branch Subversion-revision: 2139
Diffstat (limited to 'src/strife/p_local.h')
-rw-r--r--src/strife/p_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/p_local.h b/src/strife/p_local.h
index b35a0acc..07c2a348 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -150,6 +150,8 @@ void P_DoPunchAlert(mobj_t *puncher, mobj_t *punchee); // villsa [STRIFE]
void A_BodyParts(mobj_t *actor); // haleyjd: [STRIFE]
void A_AlertSpectreC(mobj_t* actor);
void A_FaceTarget (mobj_t* actor);
+void P_FreePrisoners(void);
+void P_DestroyConverter(void);
//
// P_MAPUTL