aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
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/game
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/game')
-rw-r--r--engines/titanic/game/music_console_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/music_console_button.cpp b/engines/titanic/game/music_console_button.cpp
index 6a64647e92..dc86765476 100644
--- a/engines/titanic/game/music_console_button.cpp
+++ b/engines/titanic/game/music_console_button.cpp
@@ -22,7 +22,7 @@
#include "titanic/game/music_console_button.h"
#include "titanic/core/room_item.h"
-#include "titanic/sound/music_handler.h"
+#include "titanic/sound/music_room_handler.h"
#include "titanic/titanic.h"
namespace Titanic {