From 37ed8abfa7f47645ce22a0331f925d9c52513ecc Mon Sep 17 00:00:00 2001 From: ariclone <> Date: Wed, 10 May 2000 16:50:05 +0000 Subject: [PATCH] Fixed compile with NEW_UNIT undefined --- src/action/action_harvest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action/action_harvest.cpp b/src/action/action_harvest.cpp index dbf083db8..16414aec2 100644 --- a/src/action/action_harvest.cpp +++ b/src/action/action_harvest.cpp @@ -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;