test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
4:0fe59e58def9
Parent:
2:50a76ed8bf55
Child:
6:e63641e13374
--- a/Person.cpp	Fri Dec 02 06:23:48 2016 +0000
+++ b/Person.cpp	Fri Dec 02 07:35:34 2016 +0000
@@ -1,8 +1,9 @@
-#include<point.h>
-#include<models.h>
+#include "point.h"
+#include "models.h"
 
 Person::Person(){
-    p = {DEFAULT_X, DEFAULT_Y};
+    p.x = DEFAULT_X;
+    p.y = DEFAULT_Y;
     jump_count = 0;
     jump_time = 0;
 }