From 3c3812d754c4c17039df0cce9751d52ed3085d4e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 1 Mar 2003 20:39:17 +0000 Subject: no need for a hack if include gameDetector.h anyway... svn-id: r6650 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') 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)) -- cgit v1.2.3