aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/adlib.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-11 06:11:53 +0200
committerSven Hesse2012-06-11 06:20:34 +0200
commitfe44939eba096bad083254b1c5152ef070ac4dc8 (patch)
treeab0d015edcf4234f6ffe6903dce14699178fc938 /engines/gob/sound/adlib.h
parent385bd7c6a045b1a4c7b64ebef4471805020bdadd (diff)
downloadscummvm-rg350-fe44939eba096bad083254b1c5152ef070ac4dc8.tar.gz
scummvm-rg350-fe44939eba096bad083254b1c5152ef070ac4dc8.tar.bz2
scummvm-rg350-fe44939eba096bad083254b1c5152ef070ac4dc8.zip
GOB: Play the music on the title screen of Gob1 EGA
The EGA version of Gobliiins comes with an MDY track. While the original doesn't play it, we thought it might be a nice idea to play it nevertheless.
Diffstat (limited to 'engines/gob/sound/adlib.h')
-rw-r--r--engines/gob/sound/adlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/sound/adlib.h b/engines/gob/sound/adlib.h
index df1b77fd4d..17ab950752 100644
--- a/engines/gob/sound/adlib.h
+++ b/engines/gob/sound/adlib.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GOB_SOUND_NEWADLIB_H
-#define GOB_SOUND_NEWADLIB_H
+#ifndef GOB_SOUND_ADLIB_H
+#define GOB_SOUND_ADLIB_H
#include "common/mutex.h"
@@ -303,4 +303,4 @@ private:
} // End of namespace Gob
-#endif // GOB_SOUND_NEWADLIB_H
+#endif // GOB_SOUND_ADLIB_H