1
1
forked from 0ad/0ad

Fix IsInjured overwrite in 56ed4c1dc8

Reported By: wowgetoffyourcellphone
Differential Revision: https://code.wildfiregames.com/D2027
This was SVN commit r22412.
This commit is contained in:
wraitii 2019-06-29 19:42:58 +00:00
parent 56ed4c1dc8
commit a7573ae911

View File

@ -24,7 +24,7 @@ Mirage.prototype.Init = function()
this.hitpoints = null;
this.repairable = null;
this.unhealable = null;
this.IsInjured = null;
this.injured = null;
this.capturePoints = [];
this.maxCapturePoints = 0;