mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
hopefully correct comment
This commit is contained in:
parent
2bb2d14b89
commit
de35661d5d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct dma_s {
|
|||
int frames; //!< frames in buffer
|
||||
//!< 1 frame = channels samples
|
||||
int submission_chunk; //!< don't mix less than this #
|
||||
int framepos; //!< ??
|
||||
int framepos; //!< position of dma cursor
|
||||
unsigned char *buffer; //!< destination for mixed sound
|
||||
/** Transfer mixed samples to the output.
|
||||
\param endtime sample end time (count = endtime - snd_paintedtime)
|
||||
|
|
Loading…
Reference in a new issue