cut some overhead on sound rendering

This commit is contained in:
Bill Currie 2003-01-31 19:14:12 +00:00
parent 570a72497f
commit 881e7918c2
4 changed files with 8 additions and 66 deletions

View file

@ -84,6 +84,7 @@ typedef struct snd_render_data_s {
int *soundtime;
int *paintedtime;
struct plugin_s *output;
} snd_render_data_t;
#endif // __QF_plugin_snd_render_h_