[Scummvm-git-logs] scummvm master -> 468dd3ab4dfb4085695cba03a2b7c2c74086d273

AndywinXp noreply at scummvm.org
Wed Jan 4 21:09:58 UTC 2023


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:
468dd3ab4d JANITORIAL: SCUMM: Reword SMUSH codec comment


Commit: 468dd3ab4dfb4085695cba03a2b7c2c74086d273
    https://github.com/scummvm/scummvm/commit/468dd3ab4dfb4085695cba03a2b7c2c74086d273
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-01-04T22:09:52+01:00

Commit Message:
JANITORIAL: SCUMM: Reword SMUSH codec comment

Changed paths:
    engines/scumm/smush/codec47.cpp


diff --git a/engines/scumm/smush/codec47.cpp b/engines/scumm/smush/codec47.cpp
index 3e0d23e1f5b..be51165436d 100644
--- a/engines/scumm/smush/codec47.cpp
+++ b/engines/scumm/smush/codec47.cpp
@@ -601,7 +601,7 @@ bool SmushDeltaGlyphsDecoder::decode(byte *dst, const byte *src) {
 		break;
 	case 1:
 		// Used by Outlaws, but not by any SCUMM game.
-		error("codec47: not implemented decode1 proc");
+		error("SmushDeltaGlyphsDecoder::decode(): ERROR: Case 1 not implemented (used by Outlaws).");
 		break;
 	case 2:
 		if (seqNb == _prevSeqNb + 1) {




More information about the Scummvm-git-logs mailing list