[Scummvm-cvs-logs] scummvm master -> 8e07aae50462b9d3fee007a4832f75ab68b631c9

bluegr bluegr at gmail.com
Sat Jan 17 18:16:16 CET 2015


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b3c204e2ba ZVISION: made error messages more detailed
8e07aae504 Merge pull request #565 from fedor4ever/master


Commit: b3c204e2ba5350b81690e48fb7a23accaf257d0a
    https://github.com/scummvm/scummvm/commit/b3c204e2ba5350b81690e48fb7a23accaf257d0a
Author: Fedor (fedor4ever at users.noreply.github.com)
Date: 2015-01-17T19:24:21+03:00

Commit Message:
ZVISION: made error messages more detailed

Changed paths:
    engines/zvision/zvision.cpp



diff --git a/engines/zvision/zvision.cpp b/engines/zvision/zvision.cpp
index 3085a79..d50c7d5 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");
 		}
 	}
 


Commit: 8e07aae50462b9d3fee007a4832f75ab68b631c9
    https://github.com/scummvm/scummvm/commit/8e07aae50462b9d3fee007a4832f75ab68b631c9
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-01-17T19:15:16+02:00

Commit Message:
Merge pull request #565 from fedor4ever/master

ZVISION: made error messages detailed

Changed paths:
    engines/zvision/zvision.cpp









More information about the Scummvm-git-logs mailing list