[Scummvm-cvs-logs] SF.net SVN: scummvm:[44119] scummvm/trunk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Sep 16 23:07:14 CEST 2009


Revision: 44119
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44119&view=rev
Author:   lordhoto
Date:     2009-09-16 21:07:14 +0000 (Wed, 16 Sep 2009)

Log Message:
-----------
Increase kyra.dat version.

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-09-16 20:52:59 UTC (rev 44118)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2009-09-16 21:07:14 UTC (rev 44119)
@@ -45,7 +45,7 @@
 
 namespace Kyra {
 
-#define RESFILE_VERSION 54
+#define RESFILE_VERSION 55
 
 namespace {
 bool checkKyraDat(Common::SeekableReadStream *file) {

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2009-09-16 20:52:59 UTC (rev 44118)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2009-09-16 21:07:14 UTC (rev 44119)
@@ -34,7 +34,7 @@
 #include "md5.h"
 
 enum {
-	kKyraDatVersion = 54,
+	kKyraDatVersion = 55,
 	kIndexSize = 12
 };
 


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