- revert to old harvest selection

This commit is contained in:
Mark Vejvoda 2011-03-29 19:01:15 +00:00
parent 0e9cf65e70
commit 2c2b629cf9

View File

@ -838,7 +838,7 @@ void UnitUpdater::updateHarvest(Unit *unit, int frameIndex) {
switch(this->game->getGameSettings()->getPathFinderType()) { switch(this->game->getGameSettings()->getPathFinderType()) {
case pfBasic: case pfBasic:
{ {
const bool newHarvestPath = true; const bool newHarvestPath = false;
bool isNearResource = false; bool isNearResource = false;
Vec2i clickPos = command->getOriginalPos(); Vec2i clickPos = command->getOriginalPos();
if(newHarvestPath == true) { if(newHarvestPath == true) {