[Scummvm-git-logs] scummvm master -> 759e3f31388b3543c2b15228c4157e415ff64666

dwatteau noreply at scummvm.org
Wed Oct 26 17:58:22 UTC 2022


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:
759e3f3138 AGOS: JANITORIAL: Less warning noise when ENABLE_AGOS2 is not enabled


Commit: 759e3f31388b3543c2b15228c4157e415ff64666
    https://github.com/scummvm/scummvm/commit/759e3f31388b3543c2b15228c4157e415ff64666
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-10-26T19:56:55+02:00

Commit Message:
AGOS: JANITORIAL: Less warning noise when ENABLE_AGOS2 is not enabled

Changed paths:
    engines/agos/agos.cpp


diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 952bb56475e..bac588e70c4 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -58,6 +58,7 @@ static const GameSpecificSettings simon2_settings = {
 	"SIMON2",                               // speech_filename
 };
 
+#ifdef ENABLE_AGOS2
 static const GameSpecificSettings dimp_settings = {
 	"Gdimp",                                // base_filename
 	"",                                     // restore_filename
@@ -90,7 +91,6 @@ static const GameSpecificSettings swampy_settings = {
 	"MUSIC",                                // speech_filename
 };
 
-#ifdef ENABLE_AGOS2
 AGOSEngine_DIMP::AGOSEngine_DIMP(OSystem *system, const AGOSGameDescription *gd)
 	: AGOSEngine_PuzzlePack(system, gd) {
 




More information about the Scummvm-git-logs mailing list