fix VC7 warning
This commit is contained in:
@@ -417,7 +417,7 @@ void OptionRow::UpdateEnabledDisabled(
|
|||||||
else
|
else
|
||||||
color = colorDisabled;
|
color = colorDisabled;
|
||||||
|
|
||||||
float fEnabledDisabledAlpha = bRowEnabled ? 1:0;
|
float fEnabledDisabledAlpha = bRowEnabled ? 1.0f:0.0f;
|
||||||
|
|
||||||
unsigned item_no = m_RowDef.bOneChoiceForAllPlayers ? 0 : pn;
|
unsigned item_no = m_RowDef.bOneChoiceForAllPlayers ? 0 : pn;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user