fix warning

This commit is contained in:
Chris Danford
2006-03-12 20:03:36 +00:00
parent c1407d6386
commit 8f53aef30b
@@ -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;
} }
} }