summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.c
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.c
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.c')
-rw-r--r--src/strife/hu_stuff.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index 0358bd63..605c7b71 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -80,6 +80,19 @@ char *chat_macros[10] =
HUSTR_CHATMACRO9
};
+// villsa [STRIFE]
+char* pnameprefixes[][16] =
+{
+ "1: ",
+ "2: ",
+ "3: ",
+ "4: ",
+ "5: ",
+ "6: ",
+ "7: ",
+ "8: "
+};
+
char* player_names[] =
{
HUSTR_PLRGREEN,