shithub: dumb

Download patch

ref: 22e82be0a7b0a915a2669e8f4ff889a938a7bfcb
parent: 09b78300e19b5cb72d4a515c1e331800d3a6ffbd
author: Chris Moeller <kode54@gmail.com>
date: Sun Sep 9 05:26:00 EDT 2012

Reverted previous failed tone portamento fix

--- a/dumb/src/it/itrender.c
+++ b/dumb/src/it/itrender.c
@@ -1640,8 +1640,7 @@
 	if (channel->sample == 0 || channel->note >= 120)
 		return;
 
-	if (sigdata->flags & (IT_WAS_AN_S3M | IT_WAS_A_PTM | IT_WAS_A_669 | IT_WAS_AN_OKT))
-		channel->destnote = IT_NOTE_OFF;
+	channel->destnote = IT_NOTE_OFF;
 
 	if (channel->playing) {
 		for (i = 0; i < DUMB_IT_N_NNA_CHANNELS; i++) {