Merge pull request #4768 from Mailaender/map-sequences

Fixed map.yaml sequences being ignored
This commit is contained in:
Paul Chote
2014-03-07 22:19:31 +13:00
7 changed files with 11 additions and 10 deletions

View File

@@ -234,10 +234,10 @@ namespace OpenRA.Traits
Stance oldStance, Stance newStance);
}
public interface ILintPass { void Run(Action<string> emitError, Action<string> emitWarning); }
public interface ILintPass { void Run(Action<string> emitError, Action<string> emitWarning, Map map); }
public interface IObjectivesPanel { string ObjectivesPanel { get; } }
public static class DisableExts
{
public static bool IsDisabled(this Actor a)