R28_dev1 - Turkish weather bug fix, .rel progress

This commit is contained in:
dexyfex
2017-12-20 10:52:50 +11:00
Unverified
parent d3fa4d7a3e
commit 470f71d6ca
16 changed files with 681 additions and 124 deletions
+3 -2
View File
@@ -21,11 +21,12 @@ namespace CodeWalker
{
foreach (string arg in args)
{
if (arg.ToLower() == "menu")
string argl = arg.ToLowerInvariant();
if (argl == "menu")
{
menumode = true;
}
if (arg.ToLower() == "explorer")
if (argl == "explorer")
{
explorermode = true;
}