Fix a typo which prevented ImSetSequence from working.

This commit is contained in:
Daniel Schepler 2004-03-25 16:02:58 +00:00
parent 7aecdb39f4
commit f600611710

View File

@ -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;