|
@@ -183,9 +183,9 @@ namespace GFGGame
|
|
else
|
|
else
|
|
comBox.m_showActivityType.selectedIndex = 0;
|
|
comBox.m_showActivityType.selectedIndex = 0;
|
|
|
|
|
|
- //if (cfg.costNumfifty > 0)
|
|
|
|
- // comBox.m_comLuckBoxBtn.m_btnNumberType.selectedIndex = 1;
|
|
|
|
- //else
|
|
|
|
|
|
+ if (cfg.costNumfifty > 0)
|
|
|
|
+ comBox.m_comLuckBoxBtn.m_btnNumberType.selectedIndex = 1;
|
|
|
|
+ else
|
|
comBox.m_comLuckBoxBtn.m_btnNumberType.selectedIndex = 0;
|
|
comBox.m_comLuckBoxBtn.m_btnNumberType.selectedIndex = 0;
|
|
|
|
|
|
if (_luckyBoxCtrl.ContainsKey(boxId))
|
|
if (_luckyBoxCtrl.ContainsKey(boxId))
|