Kern Fowler / Mbed 2 deprecated Donkey_Kong_Game

Dependencies:   mbed

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");