From 7c629b5f6a0daf5c9c62708774eefdbebc6dece9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 2 Jan 2009 18:44:15 +0000 Subject: Wrapped SAGA 2 game entries around appropriate defines svn-id: r35678 --- engines/saga/detection_tables.h | 4 ++++ 1 file changed, 4 insertions(+) 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 } }; -- cgit v1.2.3