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.
Diff: main.cpp
- Revision:
- 31:06713cdbba37
- Parent:
- 20:c4e6941c98e2
- Child:
- 32:dca62ba807de
--- a/main.cpp Thu May 09 00:49:37 2019 +0000 +++ b/main.cpp Thu May 09 01:40:45 2019 +0000 @@ -147,7 +147,7 @@ if (menu_option_pos == 0) { // Start Game option. // printf("GameEngine"); eng.gameengine_run(pad, lcd, barrel, banana, dky); // Runs the main game loop in the GameEngine class. - eng.gameengine_score(pad, lcd, banana); // When gameover is reached, runs the end game screen. + eng.gameengine_score(pad, lcd, banana, high); // When gameover is reached, runs the end game screen. } if (menu_option_pos == 1) { // Controls option. // printf("Controls");