more dead stuff

This commit is contained in:
Chris Forbes
2009-10-15 07:28:18 +13:00
parent b87caf2654
commit 05cbf6b680
3 changed files with 0 additions and 157 deletions

View File

@@ -22,16 +22,6 @@ namespace OpenRa.Game
if( ret != null )
yield return ret;
}
//if( ( fromCell == toCell || moveFraction == 0 ) && fromCell == xy )
//{
// if( SupportsMission( SupportedMissions.Deploy ) )
// return new DeployMcvOrder( this );
// if( SupportsMission( SupportedMissions.Harvest ) )
// return new HarvestOrder( this );
//}
//return new MoveOrder( this, xy );
}
public void PrepareOverlay( Game game, int2 xy ) { }