aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/saga/detection_tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index 8dcc729f96..747882f916 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -835,6 +835,8 @@ static const SAGAGameDescription gameDescriptions[] = {
},
#endif
+#ifdef ENABLE_SAGA2
+
// Dinotopia Section //////////////////////////////////////////////////////////////////////////////////////
// TODO
@@ -869,6 +871,8 @@ static const SAGAGameDescription gameDescriptions[] = {
NULL,
},
+#endif
+
{ AD_TABLE_END_MARKER, 0, 0, 0, NULL, 0, NULL, NULL, NULL, NULL }
};