fix warning
This commit is contained in:
@@ -457,7 +457,7 @@ void ScreenOptionsEditCourseEntry::ExportOptions( int iRow, const vector<PlayerN
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ROW_SECRET:
|
case ROW_SECRET:
|
||||||
ce.bSecret = iChoice;
|
ce.bSecret = !!iChoice;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user