From 184a1662f1498203cec9551b0407a8908f6e5e49 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Sun, 21 Feb 2010 14:24:37 +0000 Subject: fixed choosing songs in "plugin" medley surprise fixed deactivation of karaoke mode on MP3 loading git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2134 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UMusic.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Game/Code/Classes/UMusic.pas') diff --git a/Game/Code/Classes/UMusic.pas b/Game/Code/Classes/UMusic.pas index c4f80235..33e182e3 100644 --- a/Game/Code/Classes/UMusic.pas +++ b/Game/Code/Classes/UMusic.pas @@ -502,7 +502,7 @@ procedure TMusic.Rewind; begin if Loaded then begin // MediaPlayer.Position := 0; - + end; end; @@ -521,6 +521,7 @@ procedure TMusic.Play; begin if Loaded then begin // MediaPlayer.Play; + DSP_VocalRemover:=0; if Loop then BASS_ChannelPlay(Bass, True); // start from beginning... actually bass itself does not loop, nor does this TMusic Class BASS_ChannelPlay(Bass, False); // for setting position before playing end; -- cgit v1.2.3