1
0
forked from 0ad/0ad

Fix phases.

This was SVN commit r12083.
This commit is contained in:
Badmadblacksad 2012-07-08 20:12:36 +00:00
parent 2c5933912c
commit e416b38811

View File

@ -508,7 +508,7 @@ function setupUnitPanel(guiName, usedPanels, unitEntState, items, callback)
var grayscale = "";
button.enabled = true;
if (0 && guiName != SELECTION && template.requiredTechnology && !Engine.GuiInterfaceCall("IsTechnologyResearched", template.requiredTechnology))
if (guiName != SELECTION && template.requiredTechnology && !Engine.GuiInterfaceCall("IsTechnologyResearched", template.requiredTechnology))
{
button.enabled = false;
var techName = getEntityName(GetTechnologyData(template.requiredTechnology));