From 31d7d5eb18f849e09b950b167cad35f683d29eac Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 25 Feb 2007 20:07:30 +0000 Subject: forgot to set the hit circle size. --- src/game-server/testing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game-server/testing.cpp') diff --git a/src/game-server/testing.cpp b/src/game-server/testing.cpp index 6124497..86f47f2 100644 --- a/src/game-server/testing.cpp +++ b/src/game-server/testing.cpp @@ -36,6 +36,7 @@ void testingMap(int id) { Being *being = new Controlled(OBJECT_MONSTER); being->setSpeed(150); + being->setSize(8); being->setMapId(1); Point pos = { 720, 900 }; being->setPosition(pos); -- cgit