[Scummvm-git-logs] scummvm master -> 6347d582a9c599e16ab7d060c5f99e2130461e30
sev-
noreply at scummvm.org
Wed Aug 14 19:54:01 UTC 2024
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:
6347d582a9 DIRECTOR: Fix version numbers for newly added 'the' keywords
Commit: 6347d582a9c599e16ab7d060c5f99e2130461e30
https://github.com/scummvm/scummvm/commit/6347d582a9c599e16ab7d060c5f99e2130461e30
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T21:53:30+02:00
Commit Message:
DIRECTOR: Fix version numbers for newly added 'the' keywords
Changed paths:
engines/director/lingo/lingo-the.cpp
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 1bfbe6c9a64..8e15b385828 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -249,7 +249,7 @@ TheEntityField fields[] = {
{ kTheCast, "textHeight", kTheTextHeight, 300 },// D3 p
{ kTheCast, "textSize", kTheTextSize, 300 },// D3 p
{ kTheCast, "textStyle", kTheTextStyle, 300 },// D3 p
- { kTheCast, "scrollTop", kTheScrollTop, 300 },// D5 p
+ { kTheCast, "scrollTop", kTheScrollTop, 500 },// D5 p
// Field fields
@@ -262,7 +262,7 @@ TheEntityField fields[] = {
{ kTheField, "textHeight", kTheTextHeight, 300 },// D3 p
{ kTheField, "textSize", kTheTextSize, 300 },// D3 p
{ kTheField, "textStyle", kTheTextStyle, 300 },// D3 p
- { kTheField, "scrollTop", kTheScrollTop, 300 },// D5 p
+ { kTheField, "scrollTop", kTheScrollTop, 500 },// D5 p
// Chunk fields
{ kTheChunk, "foreColor", kTheForeColor, 400 },// D4 p
More information about the Scummvm-git-logs
mailing list