aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/resources.h')
-rw-r--r--engines/mads/resources.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/resources.h b/engines/mads/resources.h
index 01f6490ecc..3d5d582707 100644
--- a/engines/mads/resources.h
+++ b/engines/mads/resources.h
@@ -36,7 +36,8 @@ enum RESPREFIX {
};
enum EXTTYPE {
- EXT_SS = 1, EXT_AA = 2, EXT_DAT = 3, EXT_HH = 4, EXT_ART = 5, EXT_INT = 6
+ EXT_NONE = -1, EXT_SS = 1, EXT_AA = 2, EXT_DAT = 3, EXT_HH = 4,
+ EXT_ART = 5, EXT_INT = 6
};
class Resources {