diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-08 08:21:42 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-08 08:21:42 +0000 |
commit | 61dd0478b9c5c5c083631c28caf8199bf66bf617 (patch) | |
tree | c721d3f00655f40cae97c6d31e567808b6d3d1c5 /tools/tmxcopy/zlibutils.cpp | |
parent | d5ef604e3043fb3a6395d10cae59abf5dd6b4e32 (diff) | |
download | mana-61dd0478b9c5c5c083631c28caf8199bf66bf617.tar.gz mana-61dd0478b9c5c5c083631c28caf8199bf66bf617.tar.bz2 mana-61dd0478b9c5c5c083631c28caf8199bf66bf617.tar.xz mana-61dd0478b9c5c5c083631c28caf8199bf66bf617.zip |
Fixed some width/height mixups in TMXCopy.
Diffstat (limited to 'tools/tmxcopy/zlibutils.cpp')
-rw-r--r-- | tools/tmxcopy/zlibutils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tmxcopy/zlibutils.cpp b/tools/tmxcopy/zlibutils.cpp index 30c762b2..9145f459 100644 --- a/tools/tmxcopy/zlibutils.cpp +++ b/tools/tmxcopy/zlibutils.cpp @@ -109,8 +109,6 @@ inflateMemory(unsigned char *in, unsigned int inLength, } /* - * This function doesn't work like it should. The output is not decompressable. - */ int compressMemory(unsigned char *in, unsigned int inLength, unsigned char *&out, unsigned int &outLength) |