[Scummvm-cvs-logs] SF.net SVN: scummvm:[46049] scummvm/trunk
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sat Nov 21 21:30:38 CET 2009
Revision: 46049
http://scummvm.svn.sourceforge.net/scummvm/?rev=46049&view=rev
Author: lordhoto
Date: 2009-11-21 20:30:38 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
Flag credits data for Kyrandia 1 as language specific data. (Fixes language of credits for Amiga versions.)
Modified Paths:
--------------
scummvm/trunk/dists/engine-data/kyra.dat
scummvm/trunk/engines/kyra/staticres.cpp
scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
Modified: scummvm/trunk/dists/engine-data/kyra.dat
===================================================================
(Binary files differ)
Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp 2009-11-21 20:26:55 UTC (rev 46048)
+++ scummvm/trunk/engines/kyra/staticres.cpp 2009-11-21 20:30:38 UTC (rev 46049)
@@ -45,7 +45,7 @@
namespace Kyra {
-#define RESFILE_VERSION 66
+#define RESFILE_VERSION 67
namespace {
bool checkKyraDat(Common::SeekableReadStream *file) {
Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp 2009-11-21 20:26:55 UTC (rev 46048)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp 2009-11-21 20:30:38 UTC (rev 46049)
@@ -42,7 +42,7 @@
#include <map>
enum {
- kKyraDatVersion = 66
+ kKyraDatVersion = 67
};
const ExtractFilename extractFilenames[] = {
@@ -154,7 +154,7 @@
{ k1SpecialPalette33, kTypeRawData, false },
// CREDITS (used in FM-TOWNS and AMIGA)
- { k1CreditsStrings, kTypeRawData, false },
+ { k1CreditsStrings, kTypeRawData, true },
// FM-TOWNS specific
{ k1TownsSFXwdTable, kTypeTownsWDSfxTable, false },
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list