SCUMM: DiMUSE: Update old WIP include guard

This oversight was brought over from when this version of the engine was marked as v2
This commit is contained in:
Andrea Boscarino 2022-01-06 20:22:25 +01:00 committed by GitHub
parent 97aca895e5
commit ada9bd3098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"