(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable
authorglx
Sun, 13 Jan 2008 00:14:29 +0000
changeset 8758 91a623686e07
parent 8757 b74c2fd3a0da
child 8759 eae56497cf83
(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable
src/music/dmusic.cpp
--- a/src/music/dmusic.cpp	Sat Jan 12 22:10:00 2008 +0000
+++ b/src/music/dmusic.cpp	Sun Jan 13 00:14:29 2008 +0000
@@ -15,6 +15,7 @@
 #include <dmusicc.h>
 #include <dmusicf.h>
 
+static FMusicDriver_DMusic iFMusicDriver_DMusic;
 
 /** the performance object controls manipulation of the segments */
 static IDirectMusicPerformance* performance = NULL;