[Scummvm-cvs-logs] SF.net SVN: scummvm: [28005] scummvm/trunk/tools/create_kyradat

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jul 10 15:03:11 CEST 2007


Revision: 28005
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28005&view=rev
Author:   lordhoto
Date:     2007-07-10 06:03:11 -0700 (Tue, 10 Jul 2007)

Log Message:
-----------
Update create_kyra dat for Italian fan translation (see fr#1727941 "KYRA: add Italian CD Version to kyra.dat").

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
    scummvm/trunk/tools/create_kyradat/md5.cpp

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2007-07-10 09:30:56 UTC (rev 28004)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2007-07-10 13:03:11 UTC (rev 28005)
@@ -39,6 +39,11 @@
 #include "towns.h"
 #include "amiga.h"
 
+const Game kyra1FanTranslations[] = {
+	{ kKyra1, IT_ITA, kTalkieVersion, "7a6887428c4847625db132a461cabbbf", kyra1FreCD },
+	GAME_DUMMY_ENTRY
+};
+
 bool extractRaw(PAKFile &out, const Game *g, const byte *data, const uint32 size, const char *filename, int fmtPatch = 0);
 bool extractStrings(PAKFile &out, const Game *g, const byte *data, const uint32 size, const char *filename, int fmtPatch = 0);
 bool extractRooms(PAKFile &out, const Game *g, const byte *data, const uint32 size, const char *filename, int fmtPatch = 0);
@@ -718,6 +723,7 @@
 	kyra1GerGames,
 	kyra1TownsGames,
 	kyra1AmigaGames,
+	kyra1FanTranslations,
 	0
 };
 

Modified: scummvm/trunk/tools/create_kyradat/md5.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/md5.cpp	2007-07-10 09:30:56 UTC (rev 28004)
+++ scummvm/trunk/tools/create_kyradat/md5.cpp	2007-07-10 13:03:11 UTC (rev 28005)
@@ -226,7 +226,7 @@
 
 	f = fopen(name, "rb");
 	if (f == NULL) {
-		printf("md5_file couldn't open '%s'", name);
+		printf("md5_file couldn't open '%s'\n", name);
 		return 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