Mochu Yao explorer game

Dependencies:   mbed

Revision:
22:f8ba0ab7465c
Parent:
20:20e6ba54e15c
Child:
32:47d98959b4ef
--- a/Gameengine/Gameengine.cpp	Tue Apr 28 14:26:47 2020 +0000
+++ b/Gameengine/Gameengine.cpp	Tue Apr 28 16:58:19 2020 +0000
@@ -53,7 +53,7 @@
     {
       _player.fall(_f_flag, gamepad);
     } else {
-    _player.set_y_coordinate(false, _jump_height); }  
+    _player.set_y_coordinate(X_flag, _jump_height); }  
     _f_flag = _player.get_fall_flag(); 
     _player_y = _player.get_y();
     _jump_height = _player.get_jump_height(); }