old, confusing comments

This commit is contained in:
Glenn Maynard
2006-11-30 02:06:56 +00:00
parent f42efc3b22
commit 71c95983dc
-5
View File
@@ -13,13 +13,8 @@ const int pos_map_backlog_frames = 100000;
struct pos_map_t
{
/* Frame number from the POV of the sound driver: */
int64_t m_iSourceFrame;
/* Actual sound position within the sample: */
int64_t m_iDestFrame;
/* The number of frames in this block: */
int64_t m_iFrames;
pos_map_t() { m_iSourceFrame = 0; m_iDestFrame = 0; m_iFrames = 0; }