From 83772785f82823025dcad252294fb0d060fefc9f Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 25 Feb 2015 18:40:26 -0800 Subject: [PATCH] Fixed HivelyTracker 5xx command bug, thanks to str00t for reporting it and passing_by for the standalone test case --- Frameworks/HivelyPlayer/HivelyPlayer/hvl_replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/HivelyPlayer/HivelyPlayer/hvl_replay.c b/Frameworks/HivelyPlayer/HivelyPlayer/hvl_replay.c index e77cb49ce..ee5031c70 100644 --- a/Frameworks/HivelyPlayer/HivelyPlayer/hvl_replay.c +++ b/Frameworks/HivelyPlayer/HivelyPlayer/hvl_replay.c @@ -881,9 +881,9 @@ void hvl_process_stepfx_2( struct hvl_tune *ht, struct hvl_voice *voice, int32 F voice->vc_IgnoreSquare = 1; break; - case 0x5: // Tone portamento + volume slide case 0x3: // Tone portamento if( FXParam != 0 ) voice->vc_PeriodSlideSpeed = FXParam; + case 0x5: // Tone portamento + volume slide if( *Note ) {