diff options
author | Travis Howell | 2003-05-18 14:13:21 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-18 14:13:21 +0000 |
commit | fa82ad65f9abd4256717c28e5def45e2b5dbfb47 (patch) | |
tree | ae6473f63dbf0895c9629b3759173eb5d6393122 /simon | |
parent | 02e5463f6f9bf3d89dfe7cc1bae70efbd1f63439 (diff) | |
download | scummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.tar.gz scummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.tar.bz2 scummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.zip |
typo
svn-id: r7635
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 22b89200af..494c525713 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -181,7 +181,7 @@ SimonState::SimonState(GameDetector *detector, OSystem *syst) /* Setup midi driver */ if (!driver) - driver = MidiDriver_ADLIB_Create(); + driver = MidiDriver_ADLIB_create(); midi.set_driver(driver); _game = (byte)detector->_features; |