aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/sound.cpp
diff options
context:
space:
mode:
authorlukaslw2014-08-01 17:38:04 +0200
committerlukaslw2014-08-01 17:38:04 +0200
commit3c29d61f6705a6f05d86fa2599a6992d2d17e3ac (patch)
tree9c0033d66c9a1cbf1cb5c52ca27b8159d194d432 /engines/prince/sound.cpp
parentb3589c76da856239828377a3011525a888b04920 (diff)
downloadscummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.gz
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.tar.bz2
scummvm-rg350-3c29d61f6705a6f05d86fa2599a6992d2d17e3ac.zip
PRINCE: Code clean-up
Diffstat (limited to 'engines/prince/sound.cpp')
-rw-r--r--engines/prince/sound.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/prince/sound.cpp b/engines/prince/sound.cpp
index 3509bbc291..0f536973b6 100644
--- a/engines/prince/sound.cpp
+++ b/engines/prince/sound.cpp
@@ -37,7 +37,7 @@
namespace Prince {
-const char * MusicPlayer::_musTable[] = {
+const char *MusicPlayer::_musTable[] = {
"",
"Battlfld.mid",
"Cave.mid",
@@ -217,6 +217,4 @@ void MusicPlayer::sendToChannel(byte channel, uint32 b) {
_channelsTable[channel]->send(b);
}
-}
-
-/* vim: set tabstop=4 expandtab!: */
+} // End of namespace Prince