From aeee3d9758d4d636af7273eb6a9a93975bee9f6e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 2 Oct 2006 01:32:06 +0000 Subject: [PATCH] Declare HoldNoteScore. --- stepmania/src/GameConstantsAndTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index 4bd14bf662..c7e6096280 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -155,7 +155,7 @@ LuaDeclareType( TapNoteScore ); enum HoldNoteScore { - HNS_None, // this HoldNote has not been scored yet + HNS_None, // this HoldNote has not been scored yet HNS_LetGo, // the HoldNote has passed and they missed it HNS_Held, // the HoldNote has passed and was successfully held all the way through NUM_HoldNoteScore, @@ -165,7 +165,7 @@ enum HoldNoteScore const RString& HoldNoteScoreToString( HoldNoteScore hns ); const RString& HoldNoteScoreToLocalizedString( HoldNoteScore hns ); HoldNoteScore StringToHoldNoteScore( const RString& str ); - +LuaDeclareType( HoldNoteScore ); enum TimingWindow {