add self param to OnCancel

This commit is contained in:
Bob
2010-10-23 20:08:25 +13:00
committed by Chris Forbes
parent 9a54074b1b
commit c4ee5fbd41
6 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenRA.Mods.RA.Activities
return this;
}
protected override bool OnCancel()
protected override bool OnCancel( Actor self )
{
return Interruptible;
}