mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
JANITORIAL: SCUMM: Reword SMUSH codec comment
This commit is contained in:
parent
a6500c009d
commit
468dd3ab4d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user