Fixed compile with NEW_UNIT undefined

This commit is contained in:
ariclone 2000-05-10 16:50:05 +00:00
parent 501c2acf5c
commit 37ed8abfa7

View file

@ -270,12 +270,12 @@ local int ReturnWithWood(Unit* unit)
}
unit->Command.Data.Move.Goal=NoUnitP;
--destu->Refs;
}
#else
// FIXME: stored target not used!
#endif
}
x=unit->Command.Data.Move.DX;
y=unit->Command.Data.Move.DY;