stable, incomplete c4 action

This commit is contained in:
Chris Forbes
2009-12-28 19:03:48 +13:00
parent ce69c98270
commit 436b261abf
4 changed files with 5 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ namespace OpenRa.Game
switch( s )
{
case "Attack": return Cursor.Attack;
case "C4": return Cursor.C4;
case "Move":
if (movement.CanEnterCell(location))
return Cursor.Move;