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

rvanlaar noreply at scummvm.org
Thu Jan 20 20:45:50 UTC 2022


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:
7fa0835be7 DIRECTOR: LINGO: Add v4 'the' mappings for cast


Commit: 7fa0835be7d12b1115f5f572f0d22c4ef57f7fc3
    https://github.com/scummvm/scummvm/commit/7fa0835be7d12b1115f5f572f0d22c4ef57f7fc3
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2022-01-20T21:45:44+01:00

Commit Message:
DIRECTOR: LINGO: Add v4 'the' mappings for cast

Adds mapping for text options.
The mappings follow the same patterns for kTheField.

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 fbee0350e60..1795dbac563 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -250,6 +250,11 @@ static LingoV4TheEntity lingoV4TheEntity[] = {
 
 	{ 0x09, 0x01, kTheCast,				kTheName,			true, kTEAItemId },
 	{ 0x09, 0x02, kTheCast,				kTheText,			true, kTEAItemId },
+	{ 0x09, 0x03, kTheCast,	 			kTheTextStyle,		true, kTEAItemId },
+	{ 0x09, 0x04, kTheCast,	 			kTheTextFont,		true, kTEAItemId },
+	{ 0x09, 0x05, kTheCast,	 			kTheTextHeight,		true, kTEAItemId },
+	{ 0x09, 0x06, kTheCast,	 			kTheTextAlign,		true, kTEAItemId },
+	{ 0x09, 0x07, kTheCast,	 			kTheTextSize,		true, kTEAItemId },
 	{ 0x09, 0x08, kTheCast,				kThePicture,		true, kTEAItemId },
 	{ 0x09, 0x09, kTheCast,				kTheHilite,			true, kTEAItemId },
 	{ 0x09, 0x0a, kTheCast,				kTheNumber,			true, kTEAItemId },




More information about the Scummvm-git-logs mailing list