test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
13:70e31c1d8205
Parent:
12:c74115744b24
Child:
18:0f6f2aa2339d
diff -r c74115744b24 -r 70e31c1d8205 Person.cpp
--- a/Person.cpp	Mon Dec 05 12:01:14 2016 +0000
+++ b/Person.cpp	Mon Dec 05 12:11:29 2016 +0000
@@ -38,5 +38,5 @@
 }
 
 bool Person::isGround(int height){
-    return height == (p.y + HERSON_SIZE - 1);
+    return height == (p.y + PERSON_SIZE - 1);
 }
\ No newline at end of file