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

djsrv dservilla at gmail.com
Fri Aug 14 22:10:45 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:
e1583465a2 DIRECTOR: LINGO: Fix v4 field props


Commit: e1583465a26d3638707c2b2be26e401c7fa31e37
    https://github.com/scummvm/scummvm/commit/e1583465a26d3638707c2b2be26e401c7fa31e37
Author: djsrv (dservilla at gmail.com)
Date: 2020-08-14T18:08:23-04:00

Commit Message:
DIRECTOR: LINGO: Fix v4 field props

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 a326fa86de..d3233fe686 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -259,13 +259,13 @@ static LingoV4TheEntity lingoV4TheEntity[] = {
 
 	{ 0x0b, 0x01, kTheField,			kTheName,			true, kTEAItemId },
 	{ 0x0b, 0x02, kTheField,			kTheText,			true, kTEAItemId },
-	{ 0x0b, 0x09, kTheField,			kTheHilite,			true, kTEAItemId },
 	{ 0x0b, 0x03, kTheField,			kTheTextStyle,		true, kTEAItemId },
 	{ 0x0b, 0x04, kTheField,			kTheTextFont,		true, kTEAItemId },
 	{ 0x0b, 0x05, kTheField,			kTheTextHeight,		true, kTEAItemId },
 	{ 0x0b, 0x06, kTheField,			kTheTextAlign,		true, kTEAItemId },
 	{ 0x0b, 0x07, kTheField,			kTheTextSize,		true, kTEAItemId },
-	{ 0x0b, 0x11, kTheCast,				kTheForeColor,		true, kTEAItemId },
+	{ 0x0b, 0x09, kTheField,			kTheHilite,			true, kTEAItemId },
+	{ 0x0b, 0x11, kTheField,			kTheForeColor,		true, kTEAItemId },
 
 	{ 0x0d, 0x0c, kTheCast,				kTheLoop,			true, kTEAItemId },
 	{ 0x0d, 0x0d, kTheCast,				kTheDuration,		true, kTEAItemId },




More information about the Scummvm-git-logs mailing list