aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/global.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-05 20:37:38 +0000
committerArnaud Boutonné2010-09-05 20:37:38 +0000
commit8bd741d41b6fc796fce03e3cda1228b57ac57bce (patch)
treec6da6168a942ab5fc391717349924de5060bd988 /engines/hugo/global.h
parent9b594965330cede661db9c022c33c1daa42ed123 (diff)
downloadscummvm-rg350-8bd741d41b6fc796fce03e3cda1228b57ac57bce.tar.gz
scummvm-rg350-8bd741d41b6fc796fce03e3cda1228b57ac57bce.tar.bz2
scummvm-rg350-8bd741d41b6fc796fce03e3cda1228b57ac57bce.zip
HUGO: Add support for multiple scenery files
This is used by H3Dos only. svn-id: r52571
Diffstat (limited to 'engines/hugo/global.h')
-rw-r--r--engines/hugo/global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hugo/global.h b/engines/hugo/global.h
index 110a5957fe..1437eb3734 100644
--- a/engines/hugo/global.h
+++ b/engines/hugo/global.h
@@ -37,12 +37,10 @@ namespace Hugo {
#define DESCRIPLEN 32 /* Length of description string */
#define MAX_SOUNDS 64 /* Max number of sounds */
#define BOOTFILE "HUGO.BSF" /* Name of boot structure file */
-#define CONFIGFILE "CONFIG.DAT" /* Name of config file */
#define LEN_MASK 0x3F /* Lower 6 bits are length */
#define PBFILE "playback.dat"
/* Name scenery and objects picture databases */
-#define SCENERY_FILE "scenery.dat"
#define OBJECTS_FILE "objects.dat"
#define STRING_FILE "strings.dat"
#define SOUND_FILE "sounds.dat"