aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_local.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-29 22:53:31 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-09-29 22:53:31 +0000
commitd2ee75cfa9e34acdd1b3ae253549193eea83e401 (patch)
tree53ccc249262e86b5f559f395b9b0dabb531ba9e8 /code/client/snd_local.h
parente0252b4e14dc00370704d273a575e7d05e280800 (diff)
downloadioquake3-aero-d2ee75cfa9e34acdd1b3ae253549193eea83e401.tar.gz
ioquake3-aero-d2ee75cfa9e34acdd1b3ae253549193eea83e401.zip
* A better fix to the "doppler" bug
git-svn-id: svn://svn.icculus.org/quake3/trunk@130 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client/snd_local.h')
-rw-r--r--code/client/snd_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/client/snd_local.h b/code/client/snd_local.h
index da2d5db..6131ad3 100644
--- a/code/client/snd_local.h
+++ b/code/client/snd_local.h
@@ -72,6 +72,8 @@ typedef struct {
#define START_SAMPLE_IMMEDIATE 0x7fffffff
+#define MAX_DOPPLER_SCALE 50.0f //arbitrary
+
typedef struct loopSound_s {
vec3_t origin;
vec3_t velocity;