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:
- 24:9c7aca60e374
- Parent:
- 23:1ee8686af747
- Child:
- 25:7fb1b6fa9137
- Child:
- 26:bce40bf4c9fc
--- a/Gameengine/Gameengine.cpp Wed Apr 03 15:03:39 2019 +0000
+++ b/Gameengine/Gameengine.cpp Mon Apr 08 18:17:10 2019 +0000
@@ -41,7 +41,7 @@
_l1.level_platforms(lcd);
_l1.soft_blocks(lcd);
_l1.solid_blocks(lcd);
- _l1.keys(_k, lcd, pad);
+ _l1.keys(lcd, pad);
_l1.keys_collected();
_l1.spikes(lcd);
}