aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/imuse.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp
index eef988db3c..61e29fe5b7 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -197,7 +197,6 @@ MidiDriver *IMuseInternal::getBestMidiDriver(int sound) {
} else {
driver = _midi_adlib;
}
- assert(driver);
return driver;
}