From 98e1fe852a653b99aae6ad83999f24ba320abf4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 29 Sep 2013 17:34:57 +0200 Subject: [PATCH] isometry is now WIP ;) --- OpenRA.Mods.TS/TSLoadScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.TS/TSLoadScreen.cs b/OpenRA.Mods.TS/TSLoadScreen.cs index bfb726866d..2d2c5b813b 100644 --- a/OpenRA.Mods.TS/TSLoadScreen.cs +++ b/OpenRA.Mods.TS/TSLoadScreen.cs @@ -21,7 +21,7 @@ namespace OpenRA.Mods.TS public class TSLoadScreen : ILoadScreen { Dictionary Info; - static string[] Comments = new[] { "Updating EVA installation..." }; + static string[] Comments = new[] { "Updating EVA installation...", "Changing perspective..." }; Stopwatch lastLoadScreen = new Stopwatch(); Rectangle StripeRect;