summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-25 22:02:28 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-25 22:02:28 +0000
commit0de989625ed27003420ca3bd6a55183901564fbb (patch)
treea9a68f615e5d829cf7f2f9c3e80000205568d47b /ChangeLog
parent941e0cfda282b2461e500fcdf5828a7e20bf6da6 (diff)
downloadmana-client-0de989625ed27003420ca3bd6a55183901564fbb.tar.gz
mana-client-0de989625ed27003420ca3bd6a55183901564fbb.tar.bz2
mana-client-0de989625ed27003420ca3bd6a55183901564fbb.tar.xz
mana-client-0de989625ed27003420ca3bd6a55183901564fbb.zip
Reducing the code duplication a little more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d89d4281..f81368b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
2005-08-25 Björn Steinbrink <B.Steinbrink@gmx.de>
+ * src/openglgraphics.cpp, src/openglgraphics.h: Reduce the code
+ duplication even further.
* src/engine.cpp, src/floor_item.cpp, src/floor_item.h: Move the
extern declaration for the floor item list into engine.cpp as it's
only used there.