[Scummvm-git-logs] scummvm master -> 0cda06289b17769fdc0fc77b29e8db21056c3334
sev-
noreply at scummvm.org
Wed Dec 1 20:27:12 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:
0cda06289b DIRECTOR: Clarify machineType list
Commit: 0cda06289b17769fdc0fc77b29e8db21056c3334
https://github.com/scummvm/scummvm/commit/0cda06289b17769fdc0fc77b29e8db21056c3334
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-12-01T21:24:44+01:00
Commit Message:
DIRECTOR: Clarify machineType list
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 2c4a432041..cd473898fd 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -540,6 +540,8 @@ Datum Lingo::getTheEntity(int entity, Datum &id, int field) {
d.u.i = _vm->getMacTicks() - movie->_lastRollTime;
break;
case kTheMachineType:
+ // These are actually coming from Gestalt machineType
+ //
// 1 - Macintosh 512Ke D2
// 2 - Macintosh Plus D2
// 3 - Macintosh SE D2
More information about the Scummvm-git-logs
mailing list