mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
Fix a typo which prevented ImSetSequence from working.
This commit is contained in:
parent
7aecdb39f4
commit
f600611710
@ -352,7 +352,7 @@ void Mixer::setImuseSeq(int state) {
|
||||
return;
|
||||
}
|
||||
|
||||
Sound *newSound = ResourceLoader::instance()->loadSound(e->filename);
|
||||
newSound = ResourceLoader::instance()->loadSound(e->filename);
|
||||
if (newSound == NULL) {
|
||||
warning("Could not find music file %s\n", e->filename);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user