ELEC2645 (2018/19) / Mbed 2 deprecated el17arm

Dependencies:   mbed

Revision:
59:d82d49a7a4d4
Parent:
58:4a826093d9e9
Child:
60:3df033345059
--- a/Sprites/Sprites.h	Tue May 07 00:30:46 2019 +0000
+++ b/Sprites/Sprites.h	Tue May 07 00:38:10 2019 +0000
@@ -225,7 +225,7 @@
     @param y sinking block position.
     @param x2 Sinking block finish position.
     */
-    void soft_blocks(int x, int y, int z, N5110 &lcd);
+    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 has key_reinit() needs to reset flag at start of each level*/