aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-16 20:05:12 -0400
committerPaul Gilbert2016-09-16 20:05:12 -0400
commiteb09d8eda2d1e443b966e9ae7713999bb50762e8 (patch)
tree06908c1e7bff6229bef18af9e3844409e35c97d5 /engines/xeen/town.cpp
parentd5f290dbc7946ec0f2872f0cd8d6d3a63c9f2162 (diff)
downloadscummvm-rg350-eb09d8eda2d1e443b966e9ae7713999bb50762e8.tar.gz
scummvm-rg350-eb09d8eda2d1e443b966e9ae7713999bb50762e8.tar.bz2
scummvm-rg350-eb09d8eda2d1e443b966e9ae7713999bb50762e8.zip
XEEN: Further cleanup of unneeded music code
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index 7cba3853f2..ba4b48131b 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -203,7 +203,7 @@ int Town::townAction(int actionId) {
break;
}
- sound.loadMusic(TOWN_ACTION_MUSIC[actionId], 223);
+ sound.playSong(TOWN_ACTION_MUSIC[actionId], 223);
_townSprites.resize(TOWN_ACTION_FILES[isDarkCc][actionId]);
for (uint idx = 0; idx < _townSprites.size(); ++idx) {