Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: EngineController/EngineController.cpp
- Revision:
- 18:304700b5d8f8
- Parent:
- 17:f377df4ea7b1
- Child:
- 20:a8cad4e044ea
--- a/EngineController/EngineController.cpp Thu Apr 11 11:37:49 2019 +0000 +++ b/EngineController/EngineController.cpp Fri Apr 12 11:30:25 2019 +0000 @@ -61,6 +61,6 @@ _game_engine.process_x(_game_counter); _game_engine.process_sprite(); _game_engine.check_coin_collision(); - _game_engine.check_spikes_collision(); + _game_engine.check_fire_collision(); _game_engine.update_lcd(lcd); }