foxygit / doom Log in
commit ec5ca368b7dfa19a485f75a60cc6b0377882562d
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Jul 31 19:43:45 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Jul 31 19:43:45 2008 +0000

    Fix mistake in exit confirmation string that was breaking dehacked
    patches that replace it.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1164
---
 src/dstrings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dstrings.c b/src/dstrings.c
index b83d868f..01a438ae 100644
--- a/src/dstrings.c
+++ b/src/dstrings.c
@@ -33,7 +33,7 @@ char *doom1_endmsg[] =
   "are you sure you want to\nquit this great game?",
   "please don't leave, there's more\ndemons to toast!",
   "let's beat it -- this is turning\ninto a bloodbath!",
-  "i wouldn't leave if i were you. \ndos is much worse.",
+  "i wouldn't leave if i were you.\ndos is much worse.",
   "you're trying to say you like dos\nbetter than me, right?",
   "don't leave yet -- there's a\ndemon around that corner!",
   "ya know, next time you come in here\ni'm gonna toast ya.",