File diff r2053:fbf1210a991f → r2054:de9df306ffd7
win32.c
Show inline comments
 
@@ -846,7 +846,7 @@ static long CDECL MidiSendCommand(const 
 
static bool MidiIntPlaySong(const char *filename)
 
{
 
	MidiSendCommand("close all");
 
	if (MidiSendCommand("open %s type sequencer alias song", filename) != 0)
 
	if (MidiSendCommand("open \"%s\" type sequencer alias song", filename) != 0)
 
		return false;
 

	
 
	if (MidiSendCommand("play song from 0") != 0)