diff options
| author | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-25 20:07:30 +0000 |
|---|---|---|
| committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-25 20:07:30 +0000 |
| commit | 31d7d5eb18f849e09b950b167cad35f683d29eac (patch) | |
| tree | 182ae362a7b4b27256322ff03fd6d74d3cfece4d /src/game-server/testing.cpp | |
| parent | d80ff75aea2dac06d764afef9c40c86116e99bad (diff) | |
forgot to set the hit circle size.
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); |
