Changeset - r56:4229ce977bfc
[Not reviewed]
master
0 1 0
orudge - 20 years ago 2004-08-15 16:08:32
orudge@openttd.org
(svn r57) Fix to DirectMusic driver init return value
1 file changed with 1 insertions and 1 deletions:
w32dm.c
1
1
0 comments (0 inline, 0 general)
w32dm.c
Show inline comments
 
@@ -65,7 +65,7 @@ static char * DMusicMidiStart(char **par
 
	if (InitDirectMusic() == true)
 
		return(0);
 
	else
 
		return(false);
 
		return("Unable to initialize DirectMusic");
 
}
 

	
 
static void DMusicMidiStop()
0 comments (0 inline, 0 general)