1 | Index: engines/kyra/staticres.cpp
|
---|
2 | ===================================================================
|
---|
3 | --- engines/kyra/staticres.cpp (revision 39952)
|
---|
4 | +++ engines/kyra/staticres.cpp (working copy)
|
---|
5 | @@ -1428,7 +1428,7 @@
|
---|
6 | static const char *tIntro98[] = { "intro%d.dat" };
|
---|
7 | static const char *tIngame98[] = { "kyram%d.dat" };
|
---|
8 |
|
---|
9 | - if (_flags.platform == Common::kPlatformPC) {
|
---|
10 | + if (_flags.platform == Common::kPlatformPC || _flags.platform == Common::kPlatformMacintosh) {
|
---|
11 | _soundData[0]._fileList = _soundFilesIntro;
|
---|
12 | _soundData[0]._fileListLen = _soundFilesIntroSize;
|
---|
13 | _soundData[0]._cdaTracks = 0;
|
---|
14 | Index: engines/kyra/detection.cpp
|
---|
15 | ===================================================================
|
---|
16 | --- engines/kyra/detection.cpp (revision 39952)
|
---|
17 | +++ engines/kyra/detection.cpp (working copy)
|
---|
18 | @@ -218,6 +218,22 @@
|
---|
19 | KYRA1_FLOPPY_FLAGS
|
---|
20 | },
|
---|
21 |
|
---|
22 | + { // satz
|
---|
23 | + {
|
---|
24 | + "kyra1",
|
---|
25 | + 0,
|
---|
26 | + {
|
---|
27 | + { "GEMCUT.PAK", 0, "d3d4b281cd357230aabcec46843d04bd", -1 },
|
---|
28 | + { "BEAD.CPS", 0, "3038466f65b7751451844707187aa401", -1 },
|
---|
29 | + { NULL, 0, NULL, 0 }
|
---|
30 | + },
|
---|
31 | + Common::EN_ANY,
|
---|
32 | + Common::kPlatformMacintosh,
|
---|
33 | + ADGF_NO_FLAGS
|
---|
34 | + },
|
---|
35 | + KYRA1_CD_FLAGS
|
---|
36 | + },
|
---|
37 | +
|
---|
38 | { // FM-Towns version
|
---|
39 | {
|
---|
40 | "kyra1",
|
---|