From 46cf13307d5aa760f08aef2670b1abe898525998 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 29 Nov 2009 13:52:02 +0000 Subject: Cleanup. svn-id: r46194 --- engines/kyra/staticres.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/staticres.cpp') 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). -- cgit v1.2.3