* Remove "speed" parameter from Bomberman::move_to_direction() to match implementation.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 11 Jun 2007 07:52:09 +0000 (09:52 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 11 Jun 2007 07:52:09 +0000 (09:52 +0200)
ABM2/Playground.h

index ae495379ce398ca31e0585fb1fad507bb7d7c44f..541bf2af566c1ca3bf512a060c65bb6f9d82ebd4 100755 (executable)
@@ -21,7 +21,7 @@ public:
        void Update();\r
        void move(int xloc, int yloc);\r
        void move_to(int xloc, int yloc);\r
-       void move_to_direction(TMoveDirection dir, int speed);\r
+       void move_to_direction(TMoveDirection dir);\r
        int getY();\r
        int getX();\r
        int getHeight();\r