ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
28:be77ad6c0bda
Parent:
27:c920c5ec31af
Child:
29:bdc4138b5171
--- a/Engine/Engine.cpp	Sat May 04 13:26:50 2019 +0000
+++ b/Engine/Engine.cpp	Tue May 07 08:39:38 2019 +0000
@@ -83,7 +83,7 @@
   if (_fall_flag) {
     _skater.fall(_fall_flag, gamepad);
   } else {
-    _skater.set_y_position( _input.A_flag, _jump_counter, _level_condition, 
+    _skater.set_y_position(_input.A_flag, _jump_counter, _level_condition, 
                            gamepad);
   }
   _fall_flag = _skater.get_fall_flag();  // Update fall flag.