aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/sound.cpp
diff options
context:
space:
mode:
authorlukaslw2014-07-26 05:33:33 +0200
committerlukaslw2014-07-26 05:33:33 +0200
commit97d10f94ec5f026015b9d6e06494d995d8664cc3 (patch)
tree3c0f4c223b41df828c58e982f54a0e2a82a2412f /engines/prince/sound.cpp
parent687a16874775fc54d96991b56e8b019d1eeb9413 (diff)
downloadscummvm-rg350-97d10f94ec5f026015b9d6e06494d995d8664cc3.tar.gz
scummvm-rg350-97d10f94ec5f026015b9d6e06494d995d8664cc3.tar.bz2
scummvm-rg350-97d10f94ec5f026015b9d6e06494d995d8664cc3.zip
PRINCE: Sounds and voices - fix and update
Diffstat (limited to 'engines/prince/sound.cpp')
-rw-r--r--engines/prince/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/sound.cpp b/engines/prince/sound.cpp
index af139f708e..9a0a33b25c 100644
--- a/engines/prince/sound.cpp
+++ b/engines/prince/sound.cpp
@@ -217,6 +217,6 @@ void MusicPlayer::sendToChannel(byte channel, uint32 b) {
_channelsTable[channel]->send(b);
}
-} // End of namespace CGE
+}
/* vim: set tabstop=4 expandtab!: */