From 51975b50cb8f95d15b3d9e63b8de4b590eb90016 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 14 Oct 2009 14:17:15 +0000 Subject: Add LoL PC98 credits entries to kyra.dat. svn-id: r45082 --- engines/kyra/staticres.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'engines/kyra/staticres.cpp') diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index bddeb758e0..395fe5d544 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -45,7 +45,7 @@ namespace Kyra { -#define RESFILE_VERSION 58 +#define RESFILE_VERSION 59 namespace { bool checkKyraDat(Common::SeekableReadStream *file) { @@ -469,6 +469,8 @@ bool StaticResource::init() { { kLolLightningDefs, kRawData, "MLGHTNG.DEF" }, { kLolFireballCoords, kLolRawDataBe16, "MFIREBLL.DEF" }, + { kLolCredits, kRawData, "LOLCREDITS" }, + { kLolHistory, kRawData, "HISTORY.FLS" }, { 0, 0, 0 } @@ -501,10 +503,10 @@ void StaticResource::deinit() { } const char * const *StaticResource::loadStrings(int id, int &strings) { - const char * const*temp = (const char* const *)getData(id, kStringList, strings); + const char * const *temp = (const char * const *)getData(id, kStringList, strings); if (temp) return temp; - return (const char* const *)getData(id, kLanguageList, strings); + return (const char * const *)getData(id, kLanguageList, strings); } const uint8 *StaticResource::loadRawData(int id, int &size) { -- cgit v1.2.3