aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2008-09-23 09:42:38 +0000
committerMax Horn2008-09-23 09:42:38 +0000
commitc1c9c895a37e79fe679154f3c725402732ff6162 (patch)
tree72951cf854b418ff84ca20516758e4c698e5eaf3 /gui
parentbfdff06e327ee4660f69ffb576dc24662a6c7362 (diff)
downloadscummvm-rg350-c1c9c895a37e79fe679154f3c725402732ff6162.tar.gz
scummvm-rg350-c1c9c895a37e79fe679154f3c725402732ff6162.tar.bz2
scummvm-rg350-c1c9c895a37e79fe679154f3c725402732ff6162.zip
ImageManager: renamed remArchive() to removeArchive(); switched to using a SearchSet + ZipArchive to access ZIP files (code is much simpler now yet more flexible, yay)
svn-id: r34631
Diffstat (limited to 'gui')
-rw-r--r--gui/ThemeModern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeModern.cpp b/gui/ThemeModern.cpp
index f6752f433c..fa8c29e616 100644
--- a/gui/ThemeModern.cpp
+++ b/gui/ThemeModern.cpp
@@ -120,7 +120,7 @@ ThemeModern::~ThemeModern() {
for (int i = 0; i < kImageHandlesMax; ++i) {
ImageMan.unregisterSurface(_imageHandles[i]);
}
- ImageMan.remArchive(_stylefile + ".zip");
+ ImageMan.removeArchive(_stylefile + ".zip");
}
bool ThemeModern::init() {