fix VC7 warning

This commit is contained in:
Chris Danford
2005-02-22 03:14:54 +00:00
parent 7d9757621c
commit 3ebe89a76b
+1 -1
View File
@@ -417,7 +417,7 @@ void OptionRow::UpdateEnabledDisabled(
else
color = colorDisabled;
float fEnabledDisabledAlpha = bRowEnabled ? 1:0;
float fEnabledDisabledAlpha = bRowEnabled ? 1.0f:0.0f;
unsigned item_no = m_RowDef.bOneChoiceForAllPlayers ? 0 : pn;