Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
34:1d5b4da3935e
Parent:
33:4f3948dcd2f7
Child:
36:92d131695e7c
--- a/Entity/Mobs/Snake/Snake.h	Mon May 06 13:27:26 2019 +0000
+++ b/Entity/Mobs/Snake/Snake.h	Mon May 06 13:58:39 2019 +0000
@@ -10,7 +10,7 @@
     Snake(float, float);
 
     // Functions
-    virtual void move(float, float, int * map, bool * doorways);
+    virtual void move(float, float, char * map, bool * doorways);
     virtual void take_damage(int);
     virtual void draw(N5110 &lcd);