aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorGregory Montoir2005-09-11 14:35:34 +0000
committerGregory Montoir2005-09-11 14:35:34 +0000
commitad3c2e1dbca0f7710bf78e2d1bcde8e6f7858d5a (patch)
treec09dd3659913409ad4d1ec988207091125438b9f /kyra/staticres.cpp
parent43ec42e9e199137691ea39220be72badaa499341 (diff)
downloadscummvm-rg350-ad3c2e1dbca0f7710bf78e2d1bcde8e6f7858d5a.tar.gz
scummvm-rg350-ad3c2e1dbca0f7710bf78e2d1bcde8e6f7858d5a.tar.bz2
scummvm-rg350-ad3c2e1dbca0f7710bf78e2d1bcde8e6f7858d5a.zip
committed patch #1281714 'Kyra 1 Sound Patch'. Thanks LordHoto.
svn-id: r18807
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 7f24f915f3..d11323a025 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -452,4 +452,19 @@ const char *KyraEngine::_seq_textsTableEN[] = {
""
};
+const char *KyraEngine::_xmidiFiles[] = {
+ "INTRO.XMI",
+ "KYRA1A.XMI",
+ "KYRA1B.XMI",
+ "KYRA2A.XMI",
+ "KYRA3A.XMI",
+ "KYRA4A.XMI",
+ "KYRA4B.XMI",
+ "KYRA5A.XMI",
+ "KYRA5B.XMI",
+ "KYRAMISC.XMI"
+};
+
+const int KyraEngine::_xmidiFilesCount = ARRAYSIZE(_xmidiFiles);
+
} // End of namespace Kyra