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: Levels/Levels.cpp
- Revision:
- 54:7fa8c07fdea4
- Parent:
- 49:9bea7089b657
- Child:
- 58:4a826093d9e9
diff -r 082c22ac2f9a -r 7fa8c07fdea4 Levels/Levels.cpp
--- a/Levels/Levels.cpp Wed Apr 24 19:33:39 2019 +0000
+++ b/Levels/Levels.cpp Wed Apr 24 20:01:25 2019 +0000
@@ -345,19 +345,3 @@
sof5.sy[2] = 0;
sof5.sx2[2] = 0;
}
-
-// exit positions for all levels
-void Levels::level_exits(N5110 &lcd)
-{
- exit1.lx[0] = 78;
- exit1.ly[0] = 41;
-
- exit1.lx[1] = 79;
- exit1.ly[1] = 41;
-
- exit1.lx[2] = 70;
- exit1.ly[2] = 41;
-
- exit1.lx[3] = 70;
- exit1.ly[3] = 41;
-}
\ No newline at end of file