Faizan and Pages fun little game

Dependencies:   4DGL-uLCD-SE mbed SDFileSystem wave_player

Revision:
13:a8eaced521a3
Parent:
12:3053789a2140
Child:
14:e51c9827f788
--- a/main.cpp	Mon Oct 31 05:06:18 2016 +0000
+++ b/main.cpp	Mon Oct 31 05:08:16 2016 +0000
@@ -66,7 +66,7 @@
         if (joystick.left()) {
             sandwich.move(-1);
         } else if (joystick.right()) {
-            sandwich.right(+1);
+            sandwich.move(+1);
         }
         if (collisionCheck()) {
             collided->erase();