aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-31 12:51:38 -0400
committerPaul Gilbert2016-08-31 12:51:38 -0400
commitc585b66b367e3e64fc9ea8a498745c38f371c8f8 (patch)
tree6cacdab5c70baddff9be66829f04a08440f62b5a /engines/titanic/sound/music_room.h
parent489489b12768a94505ce5605bb811a549b32b1df (diff)
downloadscummvm-rg350-c585b66b367e3e64fc9ea8a498745c38f371c8f8.tar.gz
scummvm-rg350-c585b66b367e3e64fc9ea8a498745c38f371c8f8.tar.bz2
scummvm-rg350-c585b66b367e3e64fc9ea8a498745c38f371c8f8.zip
TITANIC: Rename CMusicHandler to CMusicRoomHandler for better clarity
Diffstat (limited to 'engines/titanic/sound/music_room.h')
-rw-r--r--engines/titanic/sound/music_room.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/sound/music_room.h b/engines/titanic/sound/music_room.h
index 74f28acd29..4b584a0dd4 100644
--- a/engines/titanic/sound/music_room.h
+++ b/engines/titanic/sound/music_room.h
@@ -24,7 +24,7 @@
#define TITANIC_MUSIC_ROOM_H
#include "common/array.h"
-#include "titanic/sound/music_handler.h"
+#include "titanic/sound/music_room_handler.h"
namespace Titanic {
@@ -45,7 +45,7 @@ class CMusicRoom {
private:
Common::Array<Controls> _controls;
public:
- static CMusicHandler *_musicHandler;
+ static CMusicRoomHandler *_musicHandler;
public:
CGameManager *_gameManager;
CSound *_sound;
@@ -56,7 +56,7 @@ public:
/**
* Creates a music handler
*/
- CMusicHandler *createMusicHandler();
+ CMusicRoomHandler *createMusicHandler();
/**
* Destroys and currently active music handler