unwtf the editor a bit

This commit is contained in:
Chris Forbes
2010-09-18 13:26:45 +12:00
parent e4d05407d9
commit 1fb336b7da
2 changed files with 32 additions and 65 deletions

View File

@@ -79,7 +79,5 @@ namespace OpenRA.Mods.RA.Widgets.Delegates
((state == WinState.Lost)? "YOU ARE DEFEATED" : "YOU ARE VICTORIOUS");
};
}
bool AreMutualAllies(Player a, Player b) { return a.Stances[b] == Stance.Ally && b.Stances[a] == Stance.Ally; }
}
}