This commit is contained in:
Glenn Maynard
2007-08-15 21:01:23 +00:00
parent 7729701678
commit 9aead72d03
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ void ScreenUnlockStatus::Init()
break;
case UnlockRewardType_Course:
{
const Course *pCourse = entry.m_pCourse;
const Course *pCourse = entry.m_Course.ToCourse();
ASSERT( pCourse );
text->SetMaxWidth( MaxWidth );