[Scummvm-git-logs] scummvm master -> 723465d9ab4f0e7bba3178c58d835f146a7ab41a
dreammaster
noreply at scummvm.org
Mon Mar 2 08:22:44 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:
723465d9ab MADS: PHANTOM: Add extra ENABLE_MADSV2 check for header inclusion
Commit: 723465d9ab4f0e7bba3178c58d835f146a7ab41a
https://github.com/scummvm/scummvm/commit/723465d9ab4f0e7bba3178c58d835f146a7ab41a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-03-02T19:15:11+11:00
Commit Message:
MADS: PHANTOM: Add extra ENABLE_MADSV2 check for header inclusion
Changed paths:
engines/mads/game.cpp
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index d5ba53decf4..b1f2f58a7c8 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -33,10 +33,12 @@
#include "mads/screen.h"
#include "mads/msurface.h"
#include "mads/resources.h"
+#include "mads/nebular/game_nebular.h"
+#ifdef ENABLE_MADSV2
#include "mads/dragonsphere/game_dragonsphere.h"
#include "mads/forest/game_forest.h"
-#include "mads/nebular/game_nebular.h"
#include "mads/phantom/game_phantom.h"
+#endif
namespace MADS {
More information about the Scummvm-git-logs
mailing list