aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/detection.h')
-rw-r--r--engines/adl/detection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/adl/detection.h b/engines/adl/detection.h
index bd01529abc..533466c094 100644
--- a/engines/adl/detection.h
+++ b/engines/adl/detection.h
@@ -34,7 +34,8 @@ enum GameType {
GAME_TYPE_NONE,
GAME_TYPE_HIRES0,
GAME_TYPE_HIRES1,
- GAME_TYPE_HIRES2
+ GAME_TYPE_HIRES2,
+ GAME_TYPE_HIRES6
};
struct AdlGameDescription {