fix comment

This commit is contained in:
Glenn Maynard
2006-02-01 04:33:12 +00:00
parent 0017b79116
commit 3031f4816f
+1 -1
View File
@@ -30,7 +30,7 @@ public:
// //
// Used in Gameplay // 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 }; enum HealthState { HOT, ALIVE, DANGER, DEAD };
HealthState m_HealthState; HealthState m_HealthState;