summaryrefslogtreecommitdiff
path: root/src/strife/d_englsh.h
diff options
context:
space:
mode:
authorJames Haley2013-09-15 20:24:11 +0000
committerJames Haley2013-09-15 20:24:11 +0000
commitf4eb9088523aef3946f02cd45953d14760c598c6 (patch)
tree3823ffc09de27f50d969945600c5e85ae9ed83a0 /src/strife/d_englsh.h
parent3ce2a53bc95e3e58383e2b0a982eacba5b396b4a (diff)
downloadchocolate-doom-f4eb9088523aef3946f02cd45953d14760c598c6.tar.gz
chocolate-doom-f4eb9088523aef3946f02cd45953d14760c598c6.tar.bz2
chocolate-doom-f4eb9088523aef3946f02cd45953d14760c598c6.zip
Hopefully complete implementation of player names and Strife player chat
features, which work differently than they did in DOOM. If working properly, then this fully completes Chocolate Strife, aside from any presently unknown issues. Subversion-branch: /branches/v2-branch Subversion-revision: 2646
Diffstat (limited to 'src/strife/d_englsh.h')
-rw-r--r--src/strife/d_englsh.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/strife/d_englsh.h b/src/strife/d_englsh.h
index 6d615194..7dbeac85 100644
--- a/src/strife/d_englsh.h
+++ b/src/strife/d_englsh.h
@@ -213,10 +213,11 @@
// The following should NOT be changed unless it seems
// just AWFULLY necessary
-#define HUSTR_PLRGREEN "Green: "
-#define HUSTR_PLRINDIGO "Indigo: "
-#define HUSTR_PLRBROWN "Brown: "
-#define HUSTR_PLRRED "Red: "
+// [STRIFE]: Not used, as strings are local to hu_stuff.c
+//#define HUSTR_PLRGREEN "Green: "
+//#define HUSTR_PLRINDIGO "Indigo: "
+//#define HUSTR_PLRBROWN "Brown: "
+//#define HUSTR_PLRRED "Red: "
#define HUSTR_KEYGREEN 'g'
#define HUSTR_KEYINDIGO 'i'