From 71c95983dcb10bf0591e82ec3bf3585c50b3a1f5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 30 Nov 2006 02:06:56 +0000 Subject: [PATCH] old, confusing comments --- stepmania/src/RageSoundPosMap.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stepmania/src/RageSoundPosMap.cpp b/stepmania/src/RageSoundPosMap.cpp index b6c0f36f4b..3f048cf677 100644 --- a/stepmania/src/RageSoundPosMap.cpp +++ b/stepmania/src/RageSoundPosMap.cpp @@ -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; }