streamed sounds /almost/ work. sound like crap but no crashes

This commit is contained in:
Bill Currie 2003-04-14 15:47:08 +00:00
parent d5c2c092b1
commit 9fda72c119
6 changed files with 119 additions and 34 deletions

View file

@ -156,7 +156,7 @@ extern channel_t channels[MAX_CHANNELS];
// 0 to MAX_DYNAMIC_CHANNELS-1 = normal entity sounds
// MAX_DYNAMIC_CHANNELS to MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS -1 = water, etc
// MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS to total_channels = static sounds
extern int sound_delta;
extern int total_channels;
#endif//__snd_render_h