diff options
-rw-r--r-- | engines/zvision/file/search_manager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |