fix VC6 error

This commit is contained in:
Chris Danford
2005-02-27 09:58:34 +00:00
parent 4a2499b0fb
commit 0ee7ec2289
+1 -1
View File
@@ -408,7 +408,7 @@ void OptionRow::PositionUnderlines()
bool bSelected = m_vbSelected[pnTakeSelectedFrom][ iChoiceWithFocus ];
bool bHidden = !bSelected || m_bHidden;
if( !SHOW_UNDERLINES )
if( !(bool)SHOW_UNDERLINES )
bHidden = true;
if( ul.GetDestY() != m_fY )