more cleanup

This commit is contained in:
Chris Forbes
2010-04-01 21:00:33 +13:00
parent 1f1e748f1b
commit c5fdda9141
6 changed files with 46 additions and 72 deletions

View File

@@ -90,7 +90,7 @@ namespace OpenRA
return rawDamage * multiplier;
}
public static bool WeaponValidForTarget(NewWeaponInfo weapon, Actor target)
public static bool WeaponValidForTarget(WeaponInfo weapon, Actor target)
{
return true; // massive hack, and very wrong.