From e2cb0e6d7b2e6cc0a2720f9adc856dedbaaa808b Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 19 Apr 2010 20:57:49 +0000 Subject: [PATCH] git-svn-id: https://bd85.net/svn/cs3505_group@115 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- CarFire/CarFire/CarFire/Human.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/CarFire/CarFire/CarFire/Human.cs b/CarFire/CarFire/CarFire/Human.cs index d1746e3..0d68d30 100644 --- a/CarFire/CarFire/CarFire/Human.cs +++ b/CarFire/CarFire/CarFire/Human.cs @@ -18,8 +18,6 @@ namespace CarFire up, down }; - //The number of frames between each square movements - const int moveCoolDown = 15; //The number of frames between each projectile is spawned. const int shootCoolDown = 10; State state; -- 2.43.0