diff options
Diffstat (limited to 'src/game-server/testing.cpp')
| -rw-r--r-- | src/game-server/testing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
