aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound
diff options
context:
space:
mode:
authorPaul Gilbert2016-02-29 21:20:33 -0500
committerPaul Gilbert2016-02-29 21:20:33 -0500
commita89dd72f2007b00304d0cc01ac4b6dc08ed6625e (patch)
treebf0c5d3c34c254f4866366cc89f917019fc0ef66 /engines/titanic/sound
parent95ebd2394bd4bd84f7894a94baf9fa1423345fad (diff)
downloadscummvm-rg350-a89dd72f2007b00304d0cc01ac4b6dc08ed6625e.tar.gz
scummvm-rg350-a89dd72f2007b00304d0cc01ac4b6dc08ed6625e.tar.bz2
scummvm-rg350-a89dd72f2007b00304d0cc01ac4b6dc08ed6625e.zip
TITANIC: Implemented lots of CBackground descendent classes
Diffstat (limited to 'engines/titanic/sound')
-rw-r--r--engines/titanic/sound/trigger_auto_music_player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/sound/trigger_auto_music_player.h b/engines/titanic/sound/trigger_auto_music_player.h
index 9cc71ee0f0..d67add2565 100644
--- a/engines/titanic/sound/trigger_auto_music_player.h
+++ b/engines/titanic/sound/trigger_auto_music_player.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef TITANIC_AUTO_MUSIC_PLAYER_H
-#define TITANIC_AUTO_MUSIC_PLAYER_H
+#ifndef TITANIC_TRIGGER_AUTO_MUSIC_PLAYER_H
+#define TITANIC_TRIGGER_AUTO_MUSIC_PLAYER_H
#include "titanic/core/game_object.h"
@@ -47,4 +47,4 @@ public:
} // End of namespace Titanic
-#endif /* TITANIC_AUTO_MUSIC_PLAYER_H */
+#endif /* TITANIC_TRIGGER_AUTO_MUSIC_PLAYER_H */