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

@@ -230,7 +230,7 @@ namespace OpenRA.Mods.RA.Move
return nextCell;
}
protected override bool OnCancel()
protected override bool OnCancel( Actor self )
{
path = new List<int2>();
return true;