summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/zlibutils.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-08 08:21:42 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-08 08:21:42 +0000
commit61dd0478b9c5c5c083631c28caf8199bf66bf617 (patch)
treec721d3f00655f40cae97c6d31e567808b6d3d1c5 /tools/tmxcopy/zlibutils.cpp
parentd5ef604e3043fb3a6395d10cae59abf5dd6b4e32 (diff)
downloadmana-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.cpp2
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)