aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/musicdata.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-11-15 20:21:33 +0000
committerGregory Montoir2007-11-15 20:21:33 +0000
commitde750efced41c3b1b0040d418a215b9546f78dd6 (patch)
treec95ba26e6dd3aee6c8072d80caf2813176d14ef1 /engines/queen/musicdata.cpp
parentb95a10201168a2b2bb59008822bcd3d8eb6c43fb (diff)
downloadscummvm-rg350-de750efced41c3b1b0040d418a215b9546f78dd6.tar.gz
scummvm-rg350-de750efced41c3b1b0040d418a215b9546f78dd6.tar.bz2
scummvm-rg350-de750efced41c3b1b0040d418a215b9546f78dd6.zip
added support for Adlib tracks
svn-id: r29509
Diffstat (limited to 'engines/queen/musicdata.cpp')
-rw-r--r--engines/queen/musicdata.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/queen/musicdata.cpp b/engines/queen/musicdata.cpp
index 57de971931..865f4cd21d 100644
--- a/engines/queen/musicdata.cpp
+++ b/engines/queen/musicdata.cpp
@@ -28,7 +28,7 @@
namespace Queen {
-const songData Sound::_songDemo[] = {
+const SongData Sound::_songDemo[] = {
/* 1 - Hotel Gangsters */
{ { 1, 0 }, 128, 128, 128, 1, 0 },
@@ -123,7 +123,7 @@ const songData Sound::_songDemo[] = {
{ { 34, 0 }, 128, 128, 128, 1, 1 },
};
-const songData Sound::_song[] = {
+const SongData Sound::_song[] = {
/* 1 - Hotel Gangsters */
{ { 1, 0 }, 128, 180, 0, 1, 0 },
@@ -752,7 +752,7 @@ const songData Sound::_song[] = {
{ { 212, 0 }, 128, 128, 128, 1, 0 }
};
-const tuneData Sound::_tuneDemo[] = {
+const TuneData Sound::_tuneDemo[] = {
/* 1 - Hotel Gangsters */
{ { 32, 0 }, { 0, 0 }, 1, 0 },
@@ -859,7 +859,7 @@ const tuneData Sound::_tuneDemo[] = {
{ { 46, 0 }, { 0, 0 }, 1, 0 },
};
-const tuneData Sound::_tune[] = {
+const TuneData Sound::_tune[] = {
/* 1 - Hotel Gangsters */
{ { 32, 0 }, { 0, 0 }, 1, 0 },