diff options
| author | Paweł Kołodziejski | 2003-03-02 12:36:07 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2003-03-02 12:36:07 +0000 |
| commit | d115e0ad758dff85b097930b4a984fa1311ce95f (patch) | |
| tree | 6065326bf3d433796cff16f6aa25eb82dcca6e34 /simon | |
| parent | 0ce6264d11120622bafc5c9d5780227c5e299d18 (diff) | |
| download | scummvm-rg350-d115e0ad758dff85b097930b4a984fa1311ce95f.tar.gz scummvm-rg350-d115e0ad758dff85b097930b4a984fa1311ce95f.tar.bz2 scummvm-rg350-d115e0ad758dff85b097930b4a984fa1311ce95f.zip | |
fixed warnings
svn-id: r6659
Diffstat (limited to 'simon')
| -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)) |
