From 716fe3814b66a0c98805c2f5af656fc1d1d1ef2e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 11 Jun 2007 09:52:09 +0200 Subject: [PATCH] * Remove "speed" parameter from Bomberman::move_to_direction() to match implementation. --- ABM2/Playground.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ABM2/Playground.h b/ABM2/Playground.h index ae49537..541bf2a 100755 --- a/ABM2/Playground.h +++ b/ABM2/Playground.h @@ -21,7 +21,7 @@ public: void Update(); void move(int xloc, int yloc); void move_to(int xloc, int yloc); - void move_to_direction(TMoveDirection dir, int speed); + void move_to_direction(TMoveDirection dir); int getY(); int getX(); int getHeight(); -- 2.30.2