=== modified file 'src/nofGeologist.cpp' --- src/nofGeologist.cpp 2009-04-27 22:00:38 +0000 +++ src/nofGeologist.cpp 2009-05-05 21:10:43 +0000 @@ -289,13 +289,6 @@ || gwg->GetNO(x,y)->GetType() == NOP_FLAG || gwg->GetNO(x,y)->GetType() == NOP_TREE) return false; - // Und es darf auch kein Weg an diesem Punkt liegen - for(unsigned char i = 0;i<6;++i) - { - if(gwg->GetPointRoad(x,y,i)) - return false; - } - return true; }