Use CashTick on harv unloading.

This commit is contained in:
Paul Chote
2011-03-16 21:32:44 +13:00
parent ffac0221cf
commit 6d1defc53e
2 changed files with 22 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA.Effects
class CashTick : IEffect
{
string s;
int lifetime = 50;
int lifetime;
int remaining;
int velocity;
float2 pos;