[Scummvm-git-logs] scummvm master -> bfcd0e2f1f3cb5ed93f4efdc7cfe1f517987a590

djsrv dservilla at gmail.com
Wed Jul 22 20:45:29 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:
bfcd0e2f1f DIRECTOR: LINGO: Add missing v4 the entity


Commit: bfcd0e2f1f3cb5ed93f4efdc7cfe1f517987a590
    https://github.com/scummvm/scummvm/commit/bfcd0e2f1f3cb5ed93f4efdc7cfe1f517987a590
Author: djsrv (dservilla at gmail.com)
Date: 2020-07-22T16:45:04-04:00

Commit Message:
DIRECTOR: LINGO: Add missing v4 the entity

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 24fddd8ece..ddfa52bc80 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -222,6 +222,7 @@ static LingoV4TheEntity lingoV4TheEntity[] = {
 	{ 0x09, 0x01, kTheCast,				kTheName,			true, kTEAItemId },
 	{ 0x09, 0x02, kTheCast,				kTheText,			true, kTEAItemId },
 	{ 0x09, 0x08, kTheCast,				kThePicture,		true, kTEAItemId },
+	{ 0x09, 0x09, kTheCast,				kTheHilite,			true, kTEAItemId },
 	{ 0x09, 0x0a, kTheCast,				kTheNumber,			true, kTEAItemId },
 	{ 0x09, 0x0b, kTheCast,				kTheSize,			true, kTEAItemId },
 	{ 0x09, 0x11, kTheCast,				kTheForeColor,		true, kTEAItemId },




More information about the Scummvm-git-logs mailing list