Proper way to finish current route point.
This commit is contained in:
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -179,6 +179,7 @@ public abstract class Vehicle extends Creature
|
|||||||
{
|
{
|
||||||
if (_runState < _currentPath.length)
|
if (_runState < _currentPath.length)
|
||||||
{
|
{
|
||||||
|
_runState = Math.max(0, _runState - 1);
|
||||||
moveToNextRoutePoint();
|
moveToNextRoutePoint();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user