test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
17:dfb8d3c5911a
Parent:
8:2fd3eedcde64
Child:
18:0f6f2aa2339d
diff -r cf3cf60589f4 -r dfb8d3c5911a Person.cpp
--- a/Person.cpp	Mon Dec 05 08:15:53 2016 +0000
+++ b/Person.cpp	Tue Dec 06 04:13:04 2016 +0000
@@ -20,7 +20,7 @@
             jump_count = 0;
         }else{
             //while down
-            p.y += JUMP_SIZE
+            p.y += JUMP_SIZE;
         }
     }
     return p;