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: SpaceInvadersEngine/SpaceInvadersEngine.cpp
- Revision:
- 64:8ccfdd24a582
- Parent:
- 63:5a33437d2267
- Child:
- 65:6105f47929dd
--- a/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 16:24:26 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 16:30:30 2019 +0000
@@ -51,7 +51,7 @@
_bullet.update();
_space_ship.update(_d,_mag);
- _A1.update(_d,_mag);
+ _A1ien.update(_d,_mag);
}
void SpaceInvadersEngine::check_wall_collision(Gamepad &pad) {