summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2010-12-19 20:15:09 +0000
committerSimon Howard2010-12-19 20:15:09 +0000
commit58b73530462fad1ab872ef5c60afbfcaaa08eff1 (patch)
tree95117224c80d076c3f770ad0a1d61928eafe0e44 /setup
parent463bcf013ce355398974953508d232ac88a6b2d6 (diff)
downloadchocolate-doom-58b73530462fad1ab872ef5c60afbfcaaa08eff1.tar.gz
chocolate-doom-58b73530462fad1ab872ef5c60afbfcaaa08eff1.tar.bz2
chocolate-doom-58b73530462fad1ab872ef5c60afbfcaaa08eff1.zip
Change setup tool skill level names to match Doom's "new game" menu
exactly (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2224
Diffstat (limited to 'setup')
-rw-r--r--setup/multiplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/multiplayer.c b/setup/multiplayer.c
index 95453f8f..2cb961d7 100644
--- a/setup/multiplayer.c
+++ b/setup/multiplayer.c
@@ -78,10 +78,10 @@ static char *iwadfile;
static char *skills[] =
{
- "I'm too young to die!",
+ "I'm too young to die.",
"Hey, not too rough.",
"Hurt me plenty.",
- "Ultra-violence",
+ "Ultra-Violence.",
"NIGHTMARE!",
};