diff options
author | Simon Howard | 2008-07-31 19:43:45 +0000 |
---|---|---|
committer | Simon Howard | 2008-07-31 19:43:45 +0000 |
commit | ec5ca368b7dfa19a485f75a60cc6b0377882562d (patch) | |
tree | 82efd0d85df86aebb17c5c779722ebc05736d480 | |
parent | cb9341733af7cf2fb7c9e7ba524970c02b33548e (diff) | |
download | chocolate-doom-ec5ca368b7dfa19a485f75a60cc6b0377882562d.tar.gz chocolate-doom-ec5ca368b7dfa19a485f75a60cc6b0377882562d.tar.bz2 chocolate-doom-ec5ca368b7dfa19a485f75a60cc6b0377882562d.zip |
Fix mistake in exit confirmation string that was breaking dehacked
patches that replace it.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1164
-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 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.", |