From a839f8cfa6d55b11dd525bdd835ab3839c344c85 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 14 Aug 2006 07:58:03 +0000 Subject: [PATCH] Comments. --- stepmania/src/NoteDataUtil.h | 2 +- stepmania/src/NoteTypes.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/NoteDataUtil.h b/stepmania/src/NoteDataUtil.h index 0296246985..3c61e91293 100644 --- a/stepmania/src/NoteDataUtil.h +++ b/stepmania/src/NoteDataUtil.h @@ -72,7 +72,7 @@ namespace NoteDataUtil void Twister( NoteData &inout, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW ); void ConvertTapsToHolds( NoteData &inout, int iSimultaneousHolds, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW ); - // change all TAP_ADDITIONs to TAP_TAPs + // Change all TAP_ADDITION_TAPs to TAP_ORIGINAL_TAPs. void ConvertAdditionsToRegular( NoteData &inout ); void Backwards( NoteData &inout ); diff --git a/stepmania/src/NoteTypes.h b/stepmania/src/NoteTypes.h index 4b88f0f479..afcea98605 100644 --- a/stepmania/src/NoteTypes.h +++ b/stepmania/src/NoteTypes.h @@ -66,9 +66,9 @@ struct TapNote enum Type { empty, // no note here - tap, - hold_head, // graded like a TAP_TAP if - hold_tail, /* In 2sand3s mode, holds are deleted and TAP_HOLD_END is added: */ + tap, // step on this + hold_head, // graded like a tap + hold_tail, // in 2sand3s mode, holds are deleted and hold_tail is added mine, // don't step! attack, autoKeysound,