changeset 22:885458f0d56e

Puuh.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 May 2010 20:22:57 +0300
parents f0869ef0f2d9
children c3622b53a23e
files pwpzax/zaxplay.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()