make that a real movement type

This commit is contained in:
Chris Forbes
2010-01-19 07:23:06 +13:00
parent faf28a90ae
commit 5bc826e916
3 changed files with 9 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ namespace OpenRa.Orders
}
}
}
catch (IOException e)
catch (IOException)
{
State = ConnectionState.NotConnected;
}

View File

@@ -47,7 +47,6 @@ namespace OpenRa
public static double Cost( UnitMovementType unitMovementType, int r )
{
if (r >= 10) return 1.0;
return costs[ (byte)unitMovementType ][ r ];
}
}

View File

@@ -2525,6 +2525,14 @@ Wheel=0%
Float=0%
Buildable=no
; special tile for bridge hacks
[Special]
Foot=100%
Track=100%
Wheel=100%
Float=100%
Buildable=no
; ******* Random Crate Powerups *******
; This specifies the chance for the specified crate powerup to appear