From ec5ca368b7dfa19a485f75a60cc6b0377882562d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 31 Jul 2008 19:43:45 +0000 Subject: 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(-) (limited to 'src') 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.", -- cgit v1.2.3