(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable

This commit is contained in:
glx 2008-01-13 00:14:29 +00:00
parent 853ca6386e
commit aa1d429d7f
1 changed files with 1 additions and 0 deletions

View File

@ -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;