diff --git a/songs.mk b/songs.mk index d789e829cf..c6411e0cbd 100644 --- a/songs.mk +++ b/songs.mk @@ -4,4 +4,4 @@ $(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s $(AS) $(ASFLAGS) -I sound -o $@ $< $(MID_SUBDIR)/mus_ajito.s: %.s: %.mid - $(MID) $< $@ -G 076 -R $(STD_REVERB) + $(MID) $< $@ -G076 -R$(STD_REVERB) diff --git a/sound/songs/midi/mus_ajito.mid b/sound/songs/midi/mus_ajito.mid index a762a97073..b61ae28ba6 100644 Binary files a/sound/songs/midi/mus_ajito.mid and b/sound/songs/midi/mus_ajito.mid differ