aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index bb080d642d..3eef9279a8 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -57,11 +57,11 @@ enum GameId {
// Simon the Sorcerer
GID_SIMON_FIRST,
- GID_SIMON_LAST = GID_SIMON_FIRST + 99,
+ GID_SIMON_LAST = GID_SIMON_FIRST + 49,
// Beneath a Steel Sky
GID_SKY_FIRST,
- GID_SKY_LAST = GID_SKY_FIRST + 99
+ GID_SKY_LAST = GID_SKY_FIRST + 49
};
// TODO: the GameFeatures really should be moved to scumm/scumm.h, too