# HG changeset patch # User Matti Hamalainen # Date 1274635377 -10800 # Node ID 885458f0d56e269fa4d9a68aafef37d588265d32 # Parent f0869ef0f2d984118a6ab2368d3d0f419e258d94 Puuh. diff -r f0869ef0f2d9 -r 885458f0d56e pwpzax/zaxplay.c --- a/pwpzax/zaxplay.c Sun May 23 20:06:17 2010 +0300 +++ b/pwpzax/zaxplay.c Sun May 23 20:22:57 2010 +0300 @@ -165,7 +165,7 @@ void player_set_tempo(int tempo) { player.tempo = tempo; - player.frag = (player.freq * tempo) / 73; + player.frag = (player.freq) / 30; } void player_newnote()