(svn r3448) - Fix: wrap up some MinGW warnings

This commit is contained in:
Darkvater
2006-01-26 22:09:25 +00:00
parent d956c5d5da
commit c9d8fb8f07
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ static void DMusicMidiStop(void)
if (performance != NULL) performance->Stop(NULL, NULL, 0, 0);
if (segment != NULL) {
segment->SetParam(GUID_Unload, -1, 0, 0, performance);
segment->SetParam(GUID_Unload, 0xFFFFFFFF, 0, 0, performance);
segment->Release();
segment = NULL;
}