summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-02-25 20:07:30 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-02-25 20:07:30 +0000
commit31d7d5eb18f849e09b950b167cad35f683d29eac (patch)
tree182ae362a7b4b27256322ff03fd6d74d3cfece4d /ChangeLog
parentd80ff75aea2dac06d764afef9c40c86116e99bad (diff)
downloadmanaserv-31d7d5eb18f849e09b950b167cad35f683d29eac.tar.gz
manaserv-31d7d5eb18f849e09b950b167cad35f683d29eac.tar.bz2
manaserv-31d7d5eb18f849e09b950b167cad35f683d29eac.tar.xz
manaserv-31d7d5eb18f849e09b950b167cad35f683d29eac.zip
forgot to set the hit circle size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a62cf8e..66b1ea37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
* src/game-server/collision.cpp, src/game-server/collision.hpp: Added
a function to calculate collisions between circles and circle sectors.
- * src/being.cpp, src/object.hpp: Improved hit detection by using said
- function.
+ * src/being.cpp, src/object.hpp, src/testing.cpp: Improved hit detection by
+ using said function.
2007-02-23 Rogier Polak <rogier.l.a.polak@gmail.com>