ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18jkeo

Dependencies:   mbed

Revision:
37:90a0671d2ba7
Parent:
35:517b56b010df
Child:
39:5d4277548303
--- 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