summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-12 05:44:29 +0000
committerSamuel Villareal2010-09-12 05:44:29 +0000
commitf63a604366f91377d166292eb378d601cc9ac0a9 (patch)
tree6857e5ca4dc5e3cd5e1d8d52d69c997e8bdd9135 /src/strife/p_local.h
parent8675ebb0cdaf2882e178f3e202ecf7fcd04a3e39 (diff)
downloadchocolate-doom-f63a604366f91377d166292eb378d601cc9ac0a9.tar.gz
chocolate-doom-f63a604366f91377d166292eb378d601cc9ac0a9.tar.bz2
chocolate-doom-f63a604366f91377d166292eb378d601cc9ac0a9.zip
+ P_KillMobj mapped out
+ P_IsMobjBoss implemented + Externalized mission_objective + plrkilledmsg added Subversion-branch: /branches/strife-branch Subversion-revision: 2072
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 fa50e1bf..bc8e6931 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -95,6 +95,8 @@ void P_DropWeapon (player_t* player);
void P_PlayerThink (player_t* player);
// haleyjd 08/30/10: [STRIFE] Needed externally
void P_Thrust (player_t* player, angle_t angle, fixed_t move);
+// villsa [STRIFE]
+char* P_RemoveInventoryItem(player_t *player, int slot, int amount);
//