summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.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/hu_stuff.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/hu_stuff.h')
-rw-r--r--src/strife/hu_stuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index 2e56f763..f6836d1e 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -62,6 +62,7 @@ char HU_dequeueChatChar(void);
void HU_Erase(void);
extern char *chat_macros[10];
+extern char* pnameprefixes[][16]; // villsa [STRIFE]
#endif