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 FXOS8700CQ mbed-rtos
Diff: Game_two/Game_two.cpp
- Revision:
- 29:75a05e9f0e8d
- Parent:
- 26:c60becf3f840
--- a/Game_two/Game_two.cpp Mon May 06 02:42:34 2019 +0000
+++ b/Game_two/Game_two.cpp Mon May 06 20:35:37 2019 +0000
@@ -371,11 +371,6 @@
return count;
}
-void Game_two::set_alt(int alt)
-{
- _alt = alt;
-}
-
int Game_two::update_alt()
{
if(_alt < 4){_alt = _alt++;}