[Scummvm-git-logs] scummvm master -> 52346205d5ff2b02414668cb5a4dc01e3041b7b1

lephilousophe noreply at scummvm.org
Fri Nov 7 07:03:12 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:
52346205d5 WINTERMUTE: Fix comment to match #ifdef


Commit: 52346205d5ff2b02414668cb5a4dc01e3041b7b1
    https://github.com/scummvm/scummvm/commit/52346205d5ff2b02414668cb5a4dc01e3041b7b1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-11-07T08:02:23+01:00

Commit Message:
WINTERMUTE: Fix comment to match #ifdef

Changed paths:
    engines/wintermute/base/base_game.cpp


diff --git a/engines/wintermute/base/base_game.cpp b/engines/wintermute/base/base_game.cpp
index 9a634959b3c..673dd7b04fc 100644
--- a/engines/wintermute/base/base_game.cpp
+++ b/engines/wintermute/base/base_game.cpp
@@ -627,7 +627,7 @@ bool BaseGame::initialize2() { // we know whether we are going to be accelerated
 		initGraphics3d(_settingsResWidth, _settingsResHeight);
 		_renderer3D = makeOpenGL3DRenderer(this);
 	}
-#endif // defined(USE_OPENGL)
+#endif // defined(USE_OPENGL_GAME)
 #if defined(USE_TINYGL)
 	if (!force2dRenderer && matchingRendererType == Graphics::kRendererTypeTinyGL) {
 		if (_playing3DGame) {




More information about the Scummvm-git-logs mailing list