freebsd-ports/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.C
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
289 B
C

--- SpiralSound/SpiralInfo.C.orig Wed Nov 22 13:05:47 2006
+++ SpiralSound/SpiralInfo.C Wed Nov 22 13:06:04 2006
@@ -22,7 +22,7 @@
#include "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));
}