aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/snd_local.h
diff options
context:
space:
mode:
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;