Final style & rebase fixes

This commit is contained in:
Pavlos Touboulidis
2014-05-15 04:12:29 +03:00
parent df6159f12b
commit f651cb3677
4 changed files with 10 additions and 12 deletions

View File

@@ -385,7 +385,7 @@ namespace OpenRA
return PlayPredefined(voicedUnit.World.Map.Rules, null, voicedUnit, type, phrase, variant, false, pos, volume, true);
}
public static bool PlayNotification(MapRuleset rules, Player player, string type, string notification, string variant)
public static bool PlayNotification(Ruleset rules, Player player, string type, string notification, string variant)
{
if (rules == null)
throw new ArgumentNullException("rules");