Fixed HivelyTracker 5xx command bug, thanks to str00t for reporting it and passing_by for the standalone test case

CQTexperiment
Chris Moeller 2015-02-25 18:40:26 -08:00
parent f84cfcd647
commit 83772785f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{