From 2ebdbbf5e0123302cc16bf4ab45eb65d8f11601f Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 3 Feb 2006 07:30:29 +0000 Subject: fixes allow compile with emsvc4 again svn-id: r20355 --- graphics/imageman.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/imageman.cpp') diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp index 7e78b52279..77393bb428 100644 --- a/graphics/imageman.cpp +++ b/graphics/imageman.cpp @@ -41,8 +41,8 @@ ImageManager::~ImageManager() { } _surfaces.clear(); #ifdef USE_ZLIB - for (ZipIterator pos = _archives.begin(); pos != _archives.end(); ++pos) { - unzClose(*pos); + for (ZipIterator pos2 = _archives.begin(); pos2 != _archives.end(); ++pos2) { + unzClose(*pos2); } _archives.clear(); #endif -- cgit v1.2.3