From 87c0c68db1906a3d192749568823a9bfdd1ae080 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 28 Dec 2006 04:07:15 +0000 Subject: [PATCH] fix comments --- stepmania/src/NoteTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NoteTypes.h b/stepmania/src/NoteTypes.h index c950cd7c8a..a562f4909d 100644 --- a/stepmania/src/NoteTypes.h +++ b/stepmania/src/NoteTypes.h @@ -34,8 +34,8 @@ struct HoldNoteResult /* 1.0 means this HoldNote has full life. * 0.0 means this HoldNote is dead - * When this value hits 0.0 for the first time, m_HoldScore becomes HSS_NG. - * If the life is > 0.0 when the HoldNote ends, then m_HoldScore becomes HSS_OK. */ + * When this value hits 0.0 for the first time, m_HoldScore becomes HNS_LetGo. + * If the life is > 0.0 when the HoldNote ends, then m_HoldScore becomes HNS_Held. */ float fLife; /* Last index where fLife was greater than 0. If the tap was missed, this will