diff options
author | James Haley | 2011-02-13 06:32:55 +0000 |
---|---|---|
committer | James Haley | 2011-02-13 06:32:55 +0000 |
commit | 269c76d28ca7e5b4b657cf0f526e13c05bc66558 (patch) | |
tree | c10c630daa151952fe7ef408d9c5a5362f5c7643 | |
parent | bec126b6b37210ebaeae4c636c74a8630690b7a3 (diff) | |
download | chocolate-doom-269c76d28ca7e5b4b657cf0f526e13c05bc66558.tar.gz chocolate-doom-269c76d28ca7e5b4b657cf0f526e13c05bc66558.tar.bz2 chocolate-doom-269c76d28ca7e5b4b657cf0f526e13c05bc66558.zip |
Stop Macil's planes from falling :)
Subversion-branch: /branches/strife-branch
Subversion-revision: 2263
-rw-r--r-- | src/strife/p_dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c index 77d48c0e..422f15d5 100644 --- a/src/strife/p_dialog.c +++ b/src/strife/p_dialog.c @@ -211,7 +211,7 @@ static rndmessage_t rndMessages[] = "STAND AGAINST US.",
"WE'RE ALMOST READY TO STRIKE. \n"
- "MACIL'S PLANES ARE FALLING IN PLACE.",
+ "MACIL'S PLANS ARE FALLING IN PLACE.",
"WE'RE ALL BEHIND YOU, DON'T WORRY.",
|