shithub: dumb

Download patch

ref: 1f2e7f8d46858490d0bd6a5e4855a4c168a8a31f
parent: 242c96c172f5203f595a4ba24f9649c2c975846f
author: Chris Moeller <kode54@gmail.com>
date: Mon Jan 11 04:01:05 EST 2010

{5/28/2008 5:29:34 PM}Fixed renderer for tempos greater than 255

git-tfs-id: [http://localhost:8080/tfs/DefaultCollection/]$/foobar2000/files/plugins.root;C198

--- a/dumb/include/internal/it.h
+++ b/dumb/include/internal/it.h
@@ -664,7 +664,7 @@
 	unsigned char globalvolume;
 	signed char globalvolslide;
 
-	unsigned char tempo;
+	int tempo;
 	signed char temposlide;
 
 	IT_CHANNEL channel[DUMB_IT_N_CHANNELS];