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: Gameengine/Gameengine.cpp
- Revision:
- 48:bd1f31fbfee3
- Parent:
- 46:de3462ad5aef
- Child:
- 49:9bea7089b657
--- a/Gameengine/Gameengine.cpp Wed Apr 24 14:27:00 2019 +0000
+++ b/Gameengine/Gameengine.cpp Wed Apr 24 15:20:01 2019 +0000
@@ -117,7 +117,7 @@
int Gameengine::lives_leds()
{
_life_state = _lives;
- return _life_state; _oxy_state; // _life_state will change FSM value in main.cpp leds()
+ return _life_state; // _life_state will change FSM value in main.cpp leds()
}
// displays score at end of game