aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound/adlib.cpp')
-rw-r--r--engines/gob/sound/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/sound/adlib.cpp b/engines/gob/sound/adlib.cpp
index 7566a9f8c7..e3dff14ace 100644
--- a/engines/gob/sound/adlib.cpp
+++ b/engines/gob/sound/adlib.cpp
@@ -59,7 +59,7 @@ void AdLib::init() {
_rate = _mixer->getOutputRate();
- _opl = makeAdlibOPL(_rate);
+ _opl = makeAdLibOPL(_rate);
_first = true;
_ended = false;