[Scummvm-git-logs] scummvm master -> d378b8f2e0e6e941de86681c4959ff6672db1b3f
djsrv
dservilla at gmail.com
Sat Jun 26 03:01:48 UTC 2021
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:
d378b8f2e0 DIRECTOR: LINGO: Fix v4 'the' mapping
Commit: d378b8f2e0e6e941de86681c4959ff6672db1b3f
https://github.com/scummvm/scummvm/commit/d378b8f2e0e6e941de86681c4959ff6672db1b3f
Author: djsrv (dservilla at gmail.com)
Date: 2021-06-25T23:01:33-04:00
Commit Message:
DIRECTOR: LINGO: Fix v4 'the' mapping
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 fe1a6b6243..0dc9a9c0c4 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -236,7 +236,7 @@ static LingoV4TheEntity lingoV4TheEntity[] = {
{ 0x07, 0x1a, kTheSoundLevel, kTheNOField, true, kTEANOArgs },
{ 0x07, 0x1b, kTheStageColor, kTheNOField, true, kTEANOArgs },
// { 0x07, 0x1c, ????, kTheNOField, true, kTEANOArgs },
- { 0x07, 0x1d, kTheStillDown, kTheNOField, true, kTEANOArgs },
+ { 0x07, 0x1d, kTheSwitchColorDepth, kTheNOField, true, kTEANOArgs },
{ 0x07, 0x1e, kTheTimeoutKeyDown, kTheNOField, true, kTEANOArgs },
{ 0x07, 0x1f, kTheTimeoutLength, kTheNOField, true, kTEANOArgs },
{ 0x07, 0x20, kTheTimeoutMouse, kTheNOField, true, kTEANOArgs },
More information about the Scummvm-git-logs
mailing list