]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.h
ProLogic patch by Joris Nijnuis, with some fixes
[xonotic/darkplaces.git] / snd_main.h
index 97da6693a49956f478e709859a9eb9f8c39d230c..dfe72f2595ed386ed77ca13f3460a246fc8549cc 100644 (file)
@@ -94,6 +94,7 @@ typedef struct channel_s
        vec3_t                  origin;                 // origin of sound effect
        vec_t                   dist_mult;              // distance multiplier (attenuation/clipK)
        void                    *fetcher_data;  // Per-channel data for the sound fetching function
+       int                             prologic_invert;// whether a sound is played on the surround channels in prologic
 } channel_t;
 
 // Sound fetching functions