Comment added.

This commit is contained in:
johns 2000-06-07 20:55:14 +00:00
parent 11efd24db7
commit 581d927c08

View file

@ -103,6 +103,7 @@ local void MoveToTarget(Unit* unit)
int wall;
int err;
// FIXME: is this a a-star problem ?
if( unit->Command.Action==UnitActionAttackGround
|| WallOnMap(unit->Command.Data.Move.DX,unit->Command.Data.Move.DY) ) {
// FIXME: workaround for pathfinder problem