summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/files/patch-SpiralInfo.C
blob: e0b326f8a759c46b1f5d9b740621527c3d17d2c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- SpiralInfo.C.orig	Mon Feb  9 13:26:01 2004
+++ SpiralInfo.C	Mon Feb  9 13:26:59 2004
@@ -22,8 +22,8 @@
 
 #include "SpiralSound/SpiralInfo.h"
 
-float RandFloat(float s=0.0f, float e=1.0f)
+float RandFloat(float s, float e)
 {
 	return s+((rand()%10000/10000.0)*(e-s));
 }