changeset 8262:b3a92515b463 draft

(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable
author glx <glx@openttd.org>
date Sun, 13 Jan 2008 00:14:29 +0000
parents 1cbd903f1000
children aeaa4ef701df
files src/music/dmusic.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/music/dmusic.cpp
+++ b/src/music/dmusic.cpp
@@ -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;