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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Oct 10 09:41:14 CEST 2010


Revision: 53104
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53104&view=rev
Author:   strangerke
Date:     2010-10-10 07:41:13 +0000 (Sun, 10 Oct 2010)

Log Message:
-----------
HUGO - Fix error in data (H1 Dos)

Modified Paths:
--------------
    scummvm/trunk/dists/engine-data/hugo.dat
    scummvm/trunk/tools/create_hugo/create_hugo.h
    scummvm/trunk/tools/create_hugo/enums.h

Modified: scummvm/trunk/dists/engine-data/hugo.dat
===================================================================
(Binary files differ)

Modified: scummvm/trunk/tools/create_hugo/create_hugo.h
===================================================================
--- scummvm/trunk/tools/create_hugo/create_hugo.h	2010-10-09 16:39:56 UTC (rev 53103)
+++ scummvm/trunk/tools/create_hugo/create_hugo.h	2010-10-10 07:41:13 UTC (rev 53104)
@@ -31,7 +31,7 @@
 #define DATAALIGNMENT 4
 
 #define HUGO_DAT_VER_MAJ 0  // 1 byte
-#define HUGO_DAT_VER_MIN 23 // 1 byte
+#define HUGO_DAT_VER_MIN 24 // 1 byte
 
 typedef unsigned char  uint8;
 typedef unsigned char  byte;

Modified: scummvm/trunk/tools/create_hugo/enums.h
===================================================================
--- scummvm/trunk/tools/create_hugo/enums.h	2010-10-09 16:39:56 UTC (rev 53103)
+++ scummvm/trunk/tools/create_hugo/enums.h	2010-10-10 07:41:13 UTC (rev 53104)
@@ -1012,6 +1012,7 @@
 };
 
 enum string_t_1d {
+	kSTdummy_1d,
 //***************************************************************************
 // Hugo 1 Dos - Not stored in a dat file!!!
 //***************************************************************************


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