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: SpaceInvaderEngine/SpaceInvaderEngine.h
- Revision:
- 37:90a0671d2ba7
- Parent:
- 35:517b56b010df
- Child:
- 39:5d4277548303
diff -r 78efa0e7bd31 -r 90a0671d2ba7 SpaceInvaderEngine/SpaceInvaderEngine.h
--- a/SpaceInvaderEngine/SpaceInvaderEngine.h Tue May 19 16:24:39 2020 +0000
+++ b/SpaceInvaderEngine/SpaceInvaderEngine.h Mon May 25 14:15:50 2020 +0000
@@ -55,7 +55,7 @@
int _alien_number; //number of aliens
int _armada_column_size; //number of of aliens per column of armada
int _armada_row_size; //number of aliens per row of armada
- int _powerup;
+ bool _powerup;
int _ship_x; //x position of ship
int _ship_y; //y position of ship