1
1
forked from 0ad/0ad

Petra: fix missing line in 0a5089c841

This was SVN commit r16159.
This commit is contained in:
mimo 2015-01-18 10:28:30 +00:00
parent a72d490759
commit 10f90fd8cf

View File

@ -1588,6 +1588,7 @@ m.HQ.prototype.stopBuild = function(gameState, structure)
m.HQ.prototype.restartBuild = function(gameState, structure)
{
let type = gameState.applyCiv(structure);
if (this.stopBuilding.has(type))
this.stopBuilding.delete(type);
};