[Scummvm-git-logs] scummvm master -> d0a95a675291ac4a32f79f237543e358007da610

sev- noreply at scummvm.org
Fri Jul 3 17:13:02 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:
d0a95a6752 DIRECTOR: Fix compilation


Commit: d0a95a675291ac4a32f79f237543e358007da610
    https://github.com/scummvm/scummvm/commit/d0a95a675291ac4a32f79f237543e358007da610
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-03T19:12:47+02:00

Commit Message:
DIRECTOR: Fix compilation

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 c60bdbd70fb..e7551f5f6e8 100644
--- a/engines/director/lingo/xtras/g/glu32.cpp
+++ b/engines/director/lingo/xtras/g/glu32.cpp
@@ -170,7 +170,6 @@ void GLU32Xtra::m_GLUCall(int nargs) {
 			g_lingo->push(Datum(Common::String("37211457"))); // TODO: Check with the game
 			return;
 		}
-		if (ga
 		if (gameId == "loewe4") {
 			g_lingo->push(Datum(Common::String("13665984"))); // TODO: Check with the game
 			return;




More information about the Scummvm-git-logs mailing list