CourseID
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user