diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:51:49 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-13 08:51:49 -0400 |
commit | 5adabb82443b9b10b25cdd8b4db3cfe890e36fa1 (patch) | |
tree | 698e88e97b0fd0c526bec844f345e9aa4ef24321 /main.cpp | |
parent | 3d375c17982f9f459c82364117687d145540fe75 (diff) | |
parent | 58716d5e4f20eb5a30025c88fe5119a0e40c4187 (diff) |
Added rabbit, and player health
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -134,9 +134,9 @@ static float debugY=0; void mainLoop(void){ static unsigned int debugDiv=0; - static unsigned int i, - prevTime = 0, - currentTime = 0; + unsigned int i; + static unsigned int prevTime = 0, + currentTime = 0; if(!currentTime)currentTime=millis(); prevTime = currentTime; |