From b3c204e2ba5350b81690e48fb7a23accaf257d0a Mon Sep 17 00:00:00 2001 From: Fedor Date: Sat, 17 Jan 2015 19:24:21 +0300 Subject: ZVISION: made error messages more detailed --- engines/zvision/zvision.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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"); } } -- cgit v1.2.3