diff options
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 33bb77d587..50a9d06f5e 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -191,7 +191,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst) driver = MidiDriver_NULL_create(); midi.set_driver(driver); - _game = detector->_features; + _game = (byte)detector->_features; /* Setup mixer */ if (!_mixer->bindToSystem(syst)) |