(svn r12673) [NoAI] -Sync: with trunk r12596:12672. Note that due to the order rewrite AIOrder.ChangeOrder does currently not work as expected.
/* $Id$ */
/** @file ai_settings.cpp Implementation of AISettings. */
#include "ai_settings.hpp"
/* static */ void AISettings::SetCommandDelay(uint ticks)
{
if (ticks == 0) return;
AIObject::SetDoCommandDelay(ticks);
}