[Scummvm-git-logs] scummvm master -> 35936794194e6b91ad6428e0bc304f94c1518035

sev- noreply at scummvm.org
Tue Oct 14 00:22:30 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
3593679419 DIRECTOR: LINGO: Consider unprocessed 'the' entities as lingostrict


Commit: 35936794194e6b91ad6428e0bc304f94c1518035
    https://github.com/scummvm/scummvm/commit/35936794194e6b91ad6428e0bc304f94c1518035
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-10-14T02:22:00+02:00

Commit Message:
DIRECTOR: LINGO: Consider unprocessed 'the' entities as lingostrict

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 c205f23f6d2..c193c026eec 100644
--- a/engines/director/lingo/lingo-bytecode.cpp
+++ b/engines/director/lingo/lingo-bytecode.cpp
@@ -633,6 +633,10 @@ void LC::cb_theassign2() {
 		g_lingo->setTheEntity(entity->entity, id, kTEANOArgs, value);
 	} else {
 		warning("LC::cb_theassign2 Can't assign theEntity: (%s)", name.c_str());
+
+		if (debugChannelSet(-1, kDebugLingoStrict)) {
+			error("Uncaught Lingo error");
+		}
 	}
 }
 




More information about the Scummvm-git-logs mailing list