Fixed master volume of modplug files when rewinding.

This commit is contained in:
rude
2009-12-21 19:45:06 +01:00
parent c4fd3d985d
commit ed55e0b5de
@@ -98,6 +98,7 @@ namespace lullaby
// Let's reload.
ModPlug_Unload(plug);
plug = ModPlug_Load(data->getData(), data->getSize());
ModPlug_SetMasterVolume(plug, 512);
eof = false;
return (plug != 0);
}