aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-02-27 22:39:55 +0000
committerJohannes Schickel2006-02-27 22:39:55 +0000
commitf3106feaf524d065eb495b9bd423011171623fcb (patch)
treec26cfc6384d236c82a842d207d3ecc9ef04d7da3 /engines/kyra/staticres.cpp
parent1b1bc9cde4071ceda6531f0d12c7cbf9be77b582 (diff)
downloadscummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.tar.gz
scummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.tar.bz2
scummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.zip
Added WIP Adlib sound playing code to kyra.
It needs some checks since it doesn't work correctly in every case at the moment. svn-id: r20960
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 90cb5350aa..a6d1e7920b 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -814,20 +814,20 @@ KyraEngine::OpcodeProc KyraEngine::_opcodeTable[] = {
const int KyraEngine::_opcodeTableSize = ARRAYSIZE(_opcodeTable);
-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 char *KyraEngine::_musicFiles[] = {
+ "INTRO",
+ "KYRA1A",
+ "KYRA1B",
+ "KYRA2A",
+ "KYRA3A",
+ "KYRA4A",
+ "KYRA4B",
+ "KYRA5A",
+ "KYRA5B",
+ "KYRAMISC"
};
-const int KyraEngine::_xmidiFilesCount = ARRAYSIZE(_xmidiFiles);
+const int KyraEngine::_musicFilesCount = ARRAYSIZE(_musicFiles);
const int8 KyraEngine::_charXPosTable[] = {
0, 4, 4, 4, 0, -4, -4, -4