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: lib/GameEngine/GameEngine.cpp
- Revision:
- 13:94abfe83a294
- Parent:
- 12:50a7abf21f18
- Child:
- 21:1f44f5493c0d
- Child:
- 33:3894a7f846a0
--- a/lib/GameEngine/GameEngine.cpp Wed May 08 01:28:25 2019 +0000 +++ b/lib/GameEngine/GameEngine.cpp Wed May 08 19:49:35 2019 +0000 @@ -32,7 +32,7 @@ lcd.clear(); dky.donkeykong_movement(pad, lcd); barrel.barrel_drop(pad, lcd, dky); - banana.banana_drop(pad, lcd, barrel, dky); + banana.banana_drop(pad, lcd, barrel, dky); //printf("state %d", running); lcd.refresh(); wait_ms(1.0f/24);