[Scummvm-cvs-logs] scummvm master -> bd75b26d562984f589ccea2eac1c9d729cb6b360

csnover csnover at users.noreply.github.com
Tue Mar 8 00:28:08 CET 2016


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

Summary:
bd75b26d56 SCI32: Change magnifier warning to error


Commit: bd75b26d562984f589ccea2eac1c9d729cb6b360
    https://github.com/scummvm/scummvm/commit/bd75b26d562984f589ccea2eac1c9d729cb6b360
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-03-07T17:27:38-06:00

Commit Message:
SCI32: Change magnifier warning to error

If anything actually uses this feature, we should know about it
eventually.

Changed paths:
    engines/sci/graphics/frameout.cpp



diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 9cd1346..329b680 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -287,7 +287,7 @@ void GfxFrameout::kernelUpdateScreenItem(const reg_t object) {
 
 		screenItem->update(object);
 	} else {
-		warning("TODO: Magnifier view not implemented yet!");
+		error("Magnifier view is not known to be used by any game. Please submit a bug report with details about the game you were playing and what you were doing that triggered this error. Thanks!");
 	}
 }
 






More information about the Scummvm-git-logs mailing list