aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-18 14:13:21 +0000
committerTravis Howell2003-05-18 14:13:21 +0000
commitfa82ad65f9abd4256717c28e5def45e2b5dbfb47 (patch)
treeae6473f63dbf0895c9629b3759173eb5d6393122 /simon/simon.cpp
parent02e5463f6f9bf3d89dfe7cc1bae70efbd1f63439 (diff)
downloadscummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.tar.gz
scummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.tar.bz2
scummvm-rg350-fa82ad65f9abd4256717c28e5def45e2b5dbfb47.zip
typo
svn-id: r7635
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
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;