mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
HUGO: Fix crash in H3 (Swinger display name)
svn-id: r54801
This commit is contained in:
parent
813d96ec20
commit
077102f8db
Binary file not shown.
@ -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
|
||||
|
@ -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;
|
||||
|
@ -1114,7 +1114,7 @@ const char *nWheroold_3w[] = {"wheroold", "~", "Hugo", ""};
|
||||
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", ""};
|
||||
|
Loading…
Reference in New Issue
Block a user