[Scummvm-git-logs] scummvm master -> 2dee4e38f93978fb5212408b85c47d51502e43c9
dreammaster
paulfgilbert at gmail.com
Wed Dec 9 04:15:01 UTC 2020
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:
2dee4e38f9 GLK: COMPREHEND: Fix incorrect image renderer opcode
Commit: 2dee4e38f93978fb5212408b85c47d51502e43c9
https://github.com/scummvm/scummvm/commit/2dee4e38f93978fb5212408b85c47d51502e43c9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-12-08T20:14:48-08:00
Commit Message:
GLK: COMPREHEND: Fix incorrect image renderer opcode
Changed paths:
engines/glk/comprehend/pics.cpp
diff --git a/engines/glk/comprehend/pics.cpp b/engines/glk/comprehend/pics.cpp
index 571b38adc5..412d2f26f7 100644
--- a/engines/glk/comprehend/pics.cpp
+++ b/engines/glk/comprehend/pics.cpp
@@ -279,7 +279,7 @@ bool Pics::ImageFile::doImageOp(Pics::ImageContext *ctx) const {
ctx->_drawSurface->floodFill(a, b, ctx->_fillColor);
break;
- case OPCODE_SPECIAL:
+ case OPCODE_RESET:
a = imageGetOperand(ctx);
doResetOp(ctx, a);
break;
More information about the Scummvm-git-logs
mailing list