[Scummvm-git-logs] scummvm master -> 7cdd4ce4f55abedd5eac7fc254ad996c14f5ceaa

sev- sev at scummvm.org
Thu Jul 23 08:33:28 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:
7cdd4ce4f5 DIRECTOR: LINGO: Map 'the immediate of sprite'


Commit: 7cdd4ce4f55abedd5eac7fc254ad996c14f5ceaa
    https://github.com/scummvm/scummvm/commit/7cdd4ce4f55abedd5eac7fc254ad996c14f5ceaa
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-23T10:33:02+02:00

Commit Message:
DIRECTOR: LINGO: Map 'the immediate of sprite'

Changed paths:
    engines/director/lingo/lingo-bytecode.cpp


diff --git a/engines/director/lingo/lingo-bytecode.cpp b/engines/director/lingo/lingo-bytecode.cpp
index ddfa52bc80..bf4be3c73c 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -176,6 +176,7 @@ static LingoV4TheEntity lingoV4TheEntity[] = {
 	{ 0x06, 0x06, kTheSprite,			kTheCursor,			true, kTEAItemId },
 	{ 0x06, 0x07, kTheSprite,			kTheForeColor,		true, kTEAItemId },
 	{ 0x06, 0x08, kTheSprite,			kTheHeight,			true, kTEAItemId },
+	{ 0x06, 0x09, kTheSprite,			kTheImmediate,		true, kTEAItemId },
 	{ 0x06, 0x0a, kTheSprite,			kTheInk,			true, kTEAItemId },
 	{ 0x06, 0x0b, kTheSprite,			kTheLeft,			true, kTEAItemId },
 	{ 0x06, 0x0c, kTheSprite,			kTheLineSize,		true, kTEAItemId },




More information about the Scummvm-git-logs mailing list