From 818979ebe36f69ef2a08e8efa981dd1105a23237 Mon Sep 17 00:00:00 2001 From: glx Date: Sun, 13 Jan 2008 00:14:29 +0000 Subject: (svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable --- src/music/dmusic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/music') diff --git a/src/music/dmusic.cpp b/src/music/dmusic.cpp index d9839cee9..a29af52a8 100644 --- a/src/music/dmusic.cpp +++ b/src/music/dmusic.cpp @@ -15,6 +15,7 @@ #include #include +static FMusicDriver_DMusic iFMusicDriver_DMusic; /** the performance object controls manipulation of the segments */ static IDirectMusicPerformance* performance = NULL; -- cgit v1.2.3-54-g00ecf