- revert to old harvest selection

This commit is contained in:
Mark Vejvoda 2011-03-29 19:01:15 +00:00
parent 0e9cf65e70
commit 2c2b629cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {