From 626d5bb88475df9f4ba07224e0281f7d92e9d9d7 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Thu, 23 Feb 2012 23:30:37 +0100 Subject: [PATCH] fix wording in intro --- src/intro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intro.c b/src/intro.c index 199b31b..f8ea428 100644 --- a/src/intro.c +++ b/src/intro.c @@ -110,8 +110,8 @@ void Intro_Preload(struct Game *game) { draw_text(4, "against the same mares who previously"); draw_text(4, "defeated him, prisoning them in their own"); draw_text(4, "houses. Thanks to that, he's now able to"); - draw_text(4, "wait until until the world is again chaotic"); - draw_text(4, "enough for him to escape and rule Equestria"); + draw_text(4, "wait until the world is again chaotic enough"); + draw_text(4, "for him to escape and rule Equestria"); draw_text(4, "once again."); draw_text(5, "Who is able to defeat Discord when the");