The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
@@ -32,7 +32,7 @@ enum CourseOverviewRow
|
||||
static bool CurrentCourseIsSaved()
|
||||
{
|
||||
Course *pCourse = GAMESTATE->m_pCurCourse;
|
||||
if( pCourse == NULL )
|
||||
if( pCourse == nullptr )
|
||||
return false;
|
||||
return !pCourse->m_sPath.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user