diff options
Diffstat (limited to 'engines/hugo/global.h')
-rw-r--r-- | engines/hugo/global.h | 2 |
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" |