(svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
/* $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);
}