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 c646aeb5b9..42752869f5 100644
--- a/engines/adl/detection.h
+++ b/engines/adl/detection.h
@@ -32,7 +32,8 @@ namespace Adl {
enum GameType {
GAME_TYPE_NONE,
- GAME_TYPE_HIRES1
+ GAME_TYPE_HIRES1,
+ GAME_TYPE_HIRES2
};
struct AdlGameDescription {