diff options
Diffstat (limited to 'src/client/snd_local.h')
-rw-r--r-- | src/client/snd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/snd_local.h b/src/client/snd_local.h index 1f842d89..8f5be112 100644 --- a/src/client/snd_local.h +++ b/src/client/snd_local.h @@ -57,6 +57,7 @@ typedef struct sfx_s { qboolean soundCompressed; // not in Memory int soundCompressionMethod; int soundLength; + int soundChannels; char soundName[MAX_QPATH]; int lastTimeUsed; int duration; |