aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-11-29 13:52:02 +0000
committerJohannes Schickel2009-11-29 13:52:02 +0000
commit46cf13307d5aa760f08aef2670b1abe898525998 (patch)
tree7ce9cb310cb6800fb40a1d59fbb0bf154bd15041 /engines/kyra/staticres.cpp
parentbdddab7bd75b32767ce8c612f557163759221736 (diff)
downloadscummvm-rg350-46cf13307d5aa760f08aef2670b1abe898525998.tar.gz
scummvm-rg350-46cf13307d5aa760f08aef2670b1abe898525998.tar.bz2
scummvm-rg350-46cf13307d5aa760f08aef2670b1abe898525998.zip
Cleanup.
svn-id: r46194
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 2147322001..56cac117f6 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -1024,8 +1024,8 @@ void KyraEngine_LoK::initStaticResource() {
}
// audio data tables
- static const char *tIntro98[] = { "intro%d.dat" };
- static const char *tIngame98[] = { "kyram%d.dat" };
+ static const char *tIntro98[] = { "INTRO%d.DAT" };
+ static const char *tIngame98[] = { "KYRAM%d.DAT" };
// FIXME: It seems Kyra1 MAC CD includes AdLib and MIDI music and sfx, thus we enable
// support for those for now. (Based on patch #2767489 "Support for Mac Kyrandia 1 CD" by satz).