From c9d8fb8f07e99b64d0e4e0cc12cd118a61073275 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 26 Jan 2006 22:09:25 +0000 Subject: (svn r3448) - Fix: wrap up some MinGW warnings --- music/dmusic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'music') diff --git a/music/dmusic.cpp b/music/dmusic.cpp index b93acde19..3af6dfc81 100644 --- a/music/dmusic.cpp +++ b/music/dmusic.cpp @@ -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; } -- cgit v1.2.3-70-g09d2