aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/softseq/adlib.cpp')
-rw-r--r--engines/sci/sfx/softseq/adlib.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp
index efc5c4b823..7638eb0b8d 100644
--- a/engines/sci/sfx/softseq/adlib.cpp
+++ b/engines/sci/sfx/softseq/adlib.cpp
@@ -24,7 +24,6 @@
*/
#include "sci/sci.h"
-#include "sci/sfx/iterator.h"
#include "sound/fmopl.h"
#include "sound/softsynth/emumidi.h"
@@ -812,4 +811,8 @@ MidiPlayer *MidiPlayer_Adlib_create() {
return new MidiPlayer_Adlib();
}
+MidiDriver *MidiDriver_Adlib_create() {
+ return new MidiDriver_Adlib(g_system->getMixer());
+}
+
} // End of namespace Sci