[Scummvm-git-logs] scummvm master -> 6c6fde7e5987a94e92efa1e947ac9197863bc226
sev-
sev at scummvm.org
Sat Jun 6 11:05:00 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:
6c6fde7e59 DIRECTOR: LINGO: Fix version for 'the text of field'
Commit: 6c6fde7e5987a94e92efa1e947ac9197863bc226
https://github.com/scummvm/scummvm/commit/6c6fde7e5987a94e92efa1e947ac9197863bc226
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-06-06T13:04:47+02:00
Commit Message:
DIRECTOR: LINGO: Fix version for 'the text of field'
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 5057b15f94..b4e0f8fa87 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -229,7 +229,7 @@ TheEntityField fields[] = {
{ kTheCast, "text", kTheText, 2 },// D2 p
// Field fields
- { kTheField, "text", kTheText, 4 },// D3 p undocumented
+ { kTheField, "text", kTheText, 3 },// D3 p undocumented
{ kTheField, "textAlign", kTheTextAlign, 3 },// D3 p
{ kTheField, "textFont", kTheTextFont, 3 },// D3 p
{ kTheField, "textHeight", kTheTextHeight, 3 },// D3 p
More information about the Scummvm-git-logs
mailing list