aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/zvision/zvision.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/zvision.cpp b/engines/zvision/zvision.cpp
index 3085a79de8..d50c7d53c4 100644
--- a/engines/zvision/zvision.cpp
+++ b/engines/zvision/zvision.cpp
@@ -186,12 +186,12 @@ void ZVision::initialize() {
if (_gameDescription->gameId == GID_GRANDINQUISITOR) {
if (!_searchManager->loadZix("INQUIS.ZIX"))
- error("Unable to load the game ZIX file");
+ error("Unable to load file INQUIS.ZIX");
} else if (_gameDescription->gameId == GID_NEMESIS) {
if (!_searchManager->loadZix("NEMESIS.ZIX")) {
// The game might not be installed, try MEDIUM.ZIX instead
if (!_searchManager->loadZix("ZNEMSCR/MEDIUM.ZIX"))
- error("Unable to load the game ZIX file");
+ error("Unable to load the file ZNEMSCR/MEDIUM.ZIX");
}
}