Cleanup mod packaging; also fixes the 'cannot find mixes->recurse to /' bug

This commit is contained in:
pchote
2010-02-20 15:30:37 +13:00
parent f0e80bcae6
commit 463030205a
17 changed files with 7683 additions and 7 deletions

View File

@@ -359,7 +359,7 @@ namespace OpenRa
public static void PreInit(Settings settings)
{
while (!File.Exists("redalert.mix"))
while (!Directory.Exists("mods"))
{
var current = Directory.GetCurrentDirectory();
if (Directory.GetDirectoryRoot(current) == current)