[Scummvm-git-logs] scummvm master -> ada9bd30983e5c69e96d872d13adad1abde065be
AndywinXp
noreply at scummvm.org
Thu Jan 6 19:22:28 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:
ada9bd3098 SCUMM: DiMUSE: Update old WIP include guard
Commit: ada9bd30983e5c69e96d872d13adad1abde065be
https://github.com/scummvm/scummvm/commit/ada9bd30983e5c69e96d872d13adad1abde065be
Author: Andrea Boscarino (andywinxp at gmail.com)
Date: 2022-01-06T20:22:25+01:00
Commit Message:
SCUMM: DiMUSE: Update old WIP include guard
This oversight was brought over from when this version of the engine was marked as v2
Changed paths:
engines/scumm/imuse_digi/dimuse_internalmixer.h
diff --git a/engines/scumm/imuse_digi/dimuse_internalmixer.h b/engines/scumm/imuse_digi/dimuse_internalmixer.h
index b9436f61760..d90fc78738d 100644
--- a/engines/scumm/imuse_digi/dimuse_internalmixer.h
+++ b/engines/scumm/imuse_digi/dimuse_internalmixer.h
@@ -19,8 +19,8 @@
*
*/
-#if !defined(SCUMM_IMUSE_DIGI_V2_MIXER_H) && defined(ENABLE_SCUMM_7_8)
-#define SCUMM_IMUSE_DIGI_V2_MIXER_H
+#if !defined(SCUMM_IMUSE_DIGI_MIXER_H) && defined(ENABLE_SCUMM_7_8)
+#define SCUMM_IMUSE_DIGI_MIXER_H
#include "common/scummsys.h"
#include "common/mutex.h"
More information about the Scummvm-git-logs
mailing list