summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-16 18:24:07 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-16 18:24:07 +0000
commit4453a80a2f43c5ebf20dce881586a89c484d4830 (patch)
tree84c14687a6cc3276d9c60583689baf954942546e /ChangeLog
parent837072a1482934a572853f5c41974e4ac90da1ca (diff)
downloadmana-client-4453a80a2f43c5ebf20dce881586a89c484d4830.tar.gz
mana-client-4453a80a2f43c5ebf20dce881586a89c484d4830.tar.bz2
mana-client-4453a80a2f43c5ebf20dce881586a89c484d4830.tar.xz
mana-client-4453a80a2f43c5ebf20dce881586a89c484d4830.zip
Reduce code duplication in the findNode functions and use a functor to do the search.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d43949ce..c538c85c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
2005-10-16 Björn Steinbrink <B.Steinbrink@gmx.de>
+ * src/being.cpp: Reduce code duplication in the findNode functions and
+ use a functor to do the search.
* src/map.cpp: Some code improvements.
* src/Makefile.am: Added two missing files.