[Scummvm-git-logs] scummvm master -> 78e656643975d4f33272b81a6c98ff0a4236b6da

sev- noreply at scummvm.org
Mon Aug 3 14:24:54 UTC 2026


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:
78e6566439 DIRECTOR: Add another optgraph.dll return value


Commit: 78e656643975d4f33272b81a6c98ff0a4236b6da
    https://github.com/scummvm/scummvm/commit/78e656643975d4f33272b81a6c98ff0a4236b6da
Author: Bernhard Kölbl (besentv at gmail.com)
Date: 2026-08-03T16:24:49+02:00

Commit Message:
DIRECTOR: Add another optgraph.dll return value

For the game "Die CD-ROM mit der Maus 2".

Changed paths:
    engines/director/lingo/xtras/g/glu32.cpp


diff --git a/engines/director/lingo/xtras/g/glu32.cpp b/engines/director/lingo/xtras/g/glu32.cpp
index bba89e5d46a..4a9e325f2a8 100644
--- a/engines/director/lingo/xtras/g/glu32.cpp
+++ b/engines/director/lingo/xtras/g/glu32.cpp
@@ -167,6 +167,10 @@ void GLU32Xtra::m_GLUCall(int nargs) {
 			g_lingo->push(Datum((int)16988788)); // TODO: Check with the game
 			return;
 		}
+		if (gameId == "maus2") {
+			g_lingo->push(Datum((int)16455855));
+			return;
+		}
 		if (gameId == "komissar1") {
 			g_lingo->push(Datum(Common::String("37211457"))); // TODO: Check with the game
 			return;




More information about the Scummvm-git-logs mailing list