ELEC2645 (2018/19) / Mbed 2 deprecated el17arm

Dependencies:   mbed

Revision:
64:b373b6bf8255
Parent:
63:ec95e155fb30
Child:
65:d807f9d9d0b3
--- a/Sprites/Sprites.h	Thu May 09 11:04:28 2019 +0000
+++ b/Sprites/Sprites.h	Thu May 09 11:45:21 2019 +0000
@@ -155,7 +155,7 @@
     /** States conditions for drawing and collection of keys.
     @details Each key is displayed while key flag is false, once collected, key is deleted 
     * and flag is changed to true.
-    @param i index so each key is treated independently
+    @param k index so each key is treated independently
     @param x key position.
     @param y key position.
     */
@@ -197,7 +197,7 @@
     void soft_blocks(int x1, int y, int x2, N5110 &lcd);
     
     bool _key[5]; /*initialise key flag, will only draw key if false, array identifies keys 
-    individually, made public as key_reinit() needs to reset flag at start of each level*/
+    individually, made global variable as key_reinit() needs to reset flag at start of each level*/
     
 private: