(svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount
[NoAI] -Fix: move AITileListValuators self-defined checks to AITile so we can call it per tile (instead of only via AITileList)
/* $Id$ *//** @file ai_settings.cpp everything to change AI settings */#include "ai_settings.hpp"void AISettings::SetCommandDelay(uint ticks){ if (ticks == 0) return; this->SetDoCommandDelay(ticks);}