Browse Source

Elimiate the unnecessary '/'

Lou Yihua 7 years ago
parent
commit
30987d8d49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      midi.c

+ 1 - 1
midi.c

@@ -53,7 +53,7 @@ MIDI_Play(
 
 	if (gConfig.fIsWIN95)
 	{
-		g_pMidi = native_midi_loadsong(va("%s/Musics/%.3d.mid", gConfig.pszGamePath, iNumRIX));
+		g_pMidi = native_midi_loadsong(va("%sMusics/%.3d.mid", gConfig.pszGamePath, iNumRIX));
 	}
 
 	if (!g_pMidi)