[Scummvm-cvs-logs] SF.net SVN: scummvm:[54801] scummvm/trunk
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Mon Dec 6 21:22:53 CET 2010
Revision: 54801
http://scummvm.svn.sourceforge.net/scummvm/?rev=54801&view=rev
Author: strangerke
Date: 2010-12-06 20:22:53 +0000 (Mon, 06 Dec 2010)
Log Message:
-----------
HUGO: Fix crash in H3 (Swinger display name)
Modified Paths:
--------------
scummvm/trunk/dists/engine-data/hugo.dat
scummvm/trunk/engines/hugo/hugo.h
scummvm/trunk/tools/create_hugo/create_hugo.h
scummvm/trunk/tools/create_hugo/staticdata.h
Modified: scummvm/trunk/dists/engine-data/hugo.dat
===================================================================
(Binary files differ)
Modified: scummvm/trunk/engines/hugo/hugo.h
===================================================================
--- scummvm/trunk/engines/hugo/hugo.h 2010-12-06 19:58:22 UTC (rev 54800)
+++ scummvm/trunk/engines/hugo/hugo.h 2010-12-06 20:22:53 UTC (rev 54801)
@@ -35,7 +35,7 @@
#include "hugo/file.h"
#define HUGO_DAT_VER_MAJ 0 // 1 byte
-#define HUGO_DAT_VER_MIN 30 // 1 byte
+#define HUGO_DAT_VER_MIN 31 // 1 byte
#define DATAALIGNMENT 4
#define EDGE 10 // Closest object can get to edge of screen
#define EDGE2 (EDGE * 2) // Push object further back on edge collision
Modified: scummvm/trunk/tools/create_hugo/create_hugo.h
===================================================================
--- scummvm/trunk/tools/create_hugo/create_hugo.h 2010-12-06 19:58:22 UTC (rev 54800)
+++ scummvm/trunk/tools/create_hugo/create_hugo.h 2010-12-06 20:22:53 UTC (rev 54801)
@@ -31,7 +31,7 @@
#define DATAALIGNMENT 4
#define HUGO_DAT_VER_MAJ 0 // 1 byte
-#define HUGO_DAT_VER_MIN 30 // 1 byte
+#define HUGO_DAT_VER_MIN 31 // 1 byte
typedef unsigned char uint8;
typedef unsigned char byte;
Modified: scummvm/trunk/tools/create_hugo/staticdata.h
===================================================================
--- scummvm/trunk/tools/create_hugo/staticdata.h 2010-12-06 19:58:22 UTC (rev 54800)
+++ scummvm/trunk/tools/create_hugo/staticdata.h 2010-12-06 20:22:53 UTC (rev 54801)
@@ -1114,7 +1114,7 @@
const char *nPlane_3w[] = {"plane", "craft", "cabin", "cockpit", ""};
const char *nCdoor_3w[] = {"door", "cage", "door", "gate", ""};
const char *nVine_3w[] = {"vine", "rope", "vine", ""};
-const char *nSwinger_3w[] = {"swinger", ""};
+const char *nSwinger_3w[] = {"swinger", "~", "Hugo", ""};
const char *nSteps_3w[] = {"step", "step", "stones", ""};
const char *nClay_3w[] = {"clay", "some clay", "modelling clay", "plasticine", "model", "effigy", "voodoo", "doll", ""};
const char *nDoorlock_3w[] = {"lock", ""};
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