fix some dumbness in Production/ITeleportable

This commit is contained in:
Chris Forbes
2011-01-02 14:41:48 +13:00
parent 7b5a8cf089
commit 2048900c10
5 changed files with 13 additions and 3 deletions

View File

@@ -122,6 +122,7 @@ namespace OpenRA.Traits
bool CanEnterCell(int2 location);
void SetPosition(Actor self, int2 cell);
void SetPxPosition(Actor self, int2 px);
void AdjustPxPosition(Actor self, int2 px); /* works like SetPxPosition, but visual only */
}
public interface IMove : ITeleportable