enum name cleanup

add Lua bindings
This commit is contained in:
Chris Danford
2006-01-29 22:17:43 +00:00
parent 000c7997ef
commit 880cf1591e
3 changed files with 178 additions and 69 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ void ScreenUnlockStatus::Init()
switch( entry.m_Type )
{
case UnlockEntry::TYPE_SONG:
case UnlockRewardType_Song:
{
const Song *pSong = entry.m_pSong;
ASSERT( pSong );
@@ -115,7 +115,7 @@ void ScreenUnlockStatus::Init()
text->SetText( title );
}
break;
case UnlockEntry::TYPE_COURSE:
case UnlockRewardType_Course:
{
const Course *pCourse = entry.m_pCourse;
ASSERT( pCourse );