fixes to the economic tutorial (D194) following 15e2b42525

Reviewed By: Itms
Differential Revision: https://code.wildfiregames.com/D520
This was SVN commit r19628.
This commit is contained in:
mimo
2017-05-21 16:41:39 +00:00
parent aa4c542926
commit 61b243fdc6
5 changed files with 8 additions and 19 deletions
@@ -90,18 +90,6 @@ Trigger.prototype.WarningMessage = function(txt)
});
};
Trigger.prototype.OnPlayerCommandTrigger = function() {};
Trigger.prototype.OnResearchQueuedTrigger = function() {};
Trigger.prototype.OnResearchFinishedTrigger = function() {};
Trigger.prototype.OnStructureBuiltTrigger = function() {};
Trigger.prototype.OnTrainingQueuedTrigger = function() {};
Trigger.prototype.OnTrainingFinishedTrigger = function() {};
Trigger.prototype.OnDeserializedTrigger = function()
{
this.index = Math.max(0, this.index - 1);