test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
39:e8d6dd3c75c7
Parent:
18:0f6f2aa2339d
Child:
40:ec5c1b305b9a
--- a/Person.cpp	Tue Dec 13 07:34:07 2016 +0000
+++ b/Person.cpp	Tue Dec 13 11:55:17 2016 +0000
@@ -38,5 +38,6 @@
 }
 
 bool Person::isGround(int height){
+    printf("height: %d, person: %d \n", height, p.y + PERSON_SIZE - 1);
     return height == (p.y + PERSON_SIZE - 1);
 }
\ No newline at end of file