From 3031f4816f04a7016ea3b86e9352713950acffae Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Feb 2006 04:33:12 +0000 Subject: [PATCH] fix comment --- stepmania/src/PlayerState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PlayerState.h b/stepmania/src/PlayerState.h index 667ba92a96..316546c8eb 100644 --- a/stepmania/src/PlayerState.h +++ b/stepmania/src/PlayerState.h @@ -30,7 +30,7 @@ public: // // Used in Gameplay // - mutable float m_fLastDrawnBeat; // Set by NoteField. Used to push NoteSkin-changing modifers back so that the NoteSkin doesn't pop. + mutable float m_fLastDrawnBeat; // Set by NoteField. Used to push note-changing modifers back so that notes doesn't pop. enum HealthState { HOT, ALIVE, DANGER, DEAD }; HealthState m_HealthState;