mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 11:32:29 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user