--- src/action/action_resource.cpp.old Sat Dec 24 10:33:30 2011 +++ src/action/action_resource.cpp Mon Jan 9 19:08:52 2012 @@ -341,10 +341,12 @@ int i; int addload; - if (!resinfo->HarvestFromOutside && unit.Container != NULL) { +/* + if (!resinfo->HarvestFromOutside && unit.Container != NULL && unit.Container->Type->Animations->Harvest[unit.CurrentResource] != NULL) { unit.Container->SubAction = SUB_GATHER_RESOURCE; UnitShowAnimation(*unit.Container, unit.Container->Type->Animations->Harvest[unit.CurrentResource]); } +*/ if (resinfo->HarvestFromOutside || resinfo->TerrainHarvester) { AnimateActionHarvest(unit);