From 598a9f879bdc0e8aaf7ddc6395d1a1a82af4e3cb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 5 Nov 2007 00:43:09 +0000 Subject: [PATCH] This unfinished code was screwing up Xcode's indentation and symbol indexing. Also undef T and f after use. --- stepmania/src/NoteDataUtil.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/src/NoteDataUtil.cpp b/stepmania/src/NoteDataUtil.cpp index 4911e8a2c5..d0d7d535fc 100644 --- a/stepmania/src/NoteDataUtil.cpp +++ b/stepmania/src/NoteDataUtil.cpp @@ -1416,7 +1416,8 @@ bool TrackIterator::Next() { if( m_bFast ) { - if( m_Iterator == + if( m_Iterator == XXX ) + ; } @@ -1821,6 +1822,8 @@ const ValidRow g_ValidRows[] = { STEPS_TYPE_DANCE_DOUBLE, { f,f,f,T,T,T,T,f } }, { STEPS_TYPE_DANCE_DOUBLE, { f,f,f,f,T,T,T,T } }, }; +#undef T +#undef f void NoteDataUtil::RemoveStretch( NoteData &inout, StepsType st, int iStartIndex, int iEndIndex ) {