diff options
author | Simon Howard | 2008-07-26 15:23:06 +0000 |
---|---|---|
committer | Simon Howard | 2008-07-26 15:23:06 +0000 |
commit | e59a61635342af014a915bfa69d24bca228ff784 (patch) | |
tree | 406e71805304c9048d4f147e5bdbe4b1ce96e10c /src | |
parent | b1ece32aaba8bf6b7f233de77b6843af179631b0 (diff) | |
download | chocolate-doom-e59a61635342af014a915bfa69d24bca228ff784.tar.gz chocolate-doom-e59a61635342af014a915bfa69d24bca228ff784.tar.bz2 chocolate-doom-e59a61635342af014a915bfa69d24bca228ff784.zip |
Fix "dimensional shambler waiting at the dos prompt" quit message to
match the one in doom2.exe precisely.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1156
Diffstat (limited to 'src')
-rw-r--r-- | src/dstrings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dstrings.c b/src/dstrings.c index e7709bba..b83d868f 100644 --- a/src/dstrings.c +++ b/src/dstrings.c @@ -45,7 +45,7 @@ char *doom2_endmsg[] = // QuitDOOM II messages "are you sure you want to\nquit this great game?", "you want to quit?\nthen, thou hast lost an eighth!", - "don't go now, there's a \ndimensional shambler waiting \nat the dos prompt!", + "don't go now, there's a \ndimensional shambler waiting\nat the dos prompt!", "get outta here and go back\nto your boring programs.", "if i were your boss, i'd \n deathmatch ya in a minute!", "look, bud. you leave now\nand you forfeit your body count!", |