From af9932d28b1d983246450814188de88094261a8f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 9 Oct 2008 02:50:00 -0700 Subject: [PATCH] Increase max pitch to 65536 This should be safe now --- Alc/ALu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Alc/ALu.c b/Alc/ALu.c index 94b3a9a6..956aa9ab 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -68,7 +68,7 @@ typedef long long ALint64; #define BUFFERSIZE 24000 #define FRACTIONBITS 14 #define FRACTIONMASK ((1L< (float)MAX_PITCH) + Pitch = (float)MAX_PITCH; increment = (ALint)(Pitch*(ALfloat)(1L< (MAX_PITCH<