1
0
forked from 0ad/0ad

Fix occasional script error with planes

This was SVN commit r9715.
This commit is contained in:
Ykkrosh 2011-06-28 18:26:29 +00:00
parent 151539a92b
commit 709260e339

View File

@ -189,6 +189,11 @@ UnitMotionFlying.prototype.FaceTowardsPoint = function(x, z)
// Ignore this - angle is controlled by the target-seeking code instead
};
UnitMotionFlying.prototype.StopMoving = function()
{
// Ignore this - we can never stop moving
};
UnitMotionFlying.prototype.SetDebugOverlay = function(enabled)
{
};