aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 3e018434fc..cc6bcfb646 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -166,7 +166,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst)
driver = MidiDriver_NULL_create();
midi.set_driver(driver);
- _game = detector->_gameId;
+ _game = detector->_gameId - GID_SIMON_FIRST;
/* Setup mixer */
if (!_mixer->bindToSystem(syst))