From f3cd4d936107fb240d987368ee68a4c2f735bc69 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 20 Dec 2003 21:32:26 +0000 Subject: [PATCH] fix comment --- stepmania/src/RageSounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSounds.cpp b/stepmania/src/RageSounds.cpp index 62480898fa..22e5cc05f7 100644 --- a/stepmania/src/RageSounds.cpp +++ b/stepmania/src/RageSounds.cpp @@ -20,7 +20,7 @@ RageSounds *SOUND = NULL; * the same. * * If PlayMusic(length_sec) is set, peek at the beat, and extend the length so we'll be - * on an integral beat 0 when we loop. (XXX: should we increase fade_len, too? + * on the same fractional beat when we loop. (XXX: should we increase fade_len, too? * That would cause the extra pad time to be silence.) */ static RageSound *g_Music;