Kill UnitMovementType; bs-free crate spawning; fix "DOME crash" (caused by crate not IOccupying space); add money and hide-map crates to cnc

This commit is contained in:
Paul Chote
2010-06-25 21:58:09 +12:00
parent 7c3a10396c
commit 2373528ad9
9 changed files with 143 additions and 171 deletions

View File

@@ -41,7 +41,6 @@ namespace OpenRA
{
public int2 from;
public int2 to;
public UnitMovementType umt;
public List<int2> result;
public int tick;
}