foxygit / doom Log in
commit e59a61635342af014a915bfa69d24bca228ff784
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Jul 26 15:23:06 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Jul 26 15:23:06 2008 +0000

    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
---
 src/dstrings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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!",