From 2c2b629cf987af827e8c1d4958e808dffdb085cc Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 29 Mar 2011 19:01:15 +0000 Subject: [PATCH] - revert to old harvest selection --- source/glest_game/world/unit_updater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/world/unit_updater.cpp b/source/glest_game/world/unit_updater.cpp index 58286dca..c2eb5905 100644 --- a/source/glest_game/world/unit_updater.cpp +++ b/source/glest_game/world/unit_updater.cpp @@ -838,7 +838,7 @@ void UnitUpdater::updateHarvest(Unit *unit, int frameIndex) { switch(this->game->getGameSettings()->getPathFinderType()) { case pfBasic: { - const bool newHarvestPath = true; + const bool newHarvestPath = false; bool isNearResource = false; Vec2i clickPos = command->getOriginalPos(); if(newHarvestPath == true) {