From 9420cc2faaa54a782084d7386be29e72d97ffcef Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 2 Jan 2015 04:01:40 +0200 Subject: ZVISION: Also handle paths in INQUIS.ZIX for the DVD version of ZGI --- engines/zvision/file/search_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/zvision/file/search_manager.cpp b/engines/zvision/file/search_manager.cpp index ec250ff648..814393a374 100644 --- a/engines/zvision/file/search_manager.cpp +++ b/engines/zvision/file/search_manager.cpp @@ -175,6 +175,8 @@ void SearchManager::loadZix(const Common::String &name) { // root folder instead if (path.hasPrefix("zgi\\")) path = Common::String(path.c_str() + 4); + if (path.hasPrefix("zgi_e\\")) + path = Common::String(path.c_str() + 6); Common::Archive *arc; char tempPath[128]; -- cgit v1.2.3