src/ai/api/ai_settings.cpp
author truebrain
Sun, 24 Feb 2008 23:00:00 +0000
branchnoai
changeset 9756 7e637829cbd3
parent 9749 ee414c031e73
child 9833 89a64246458f
permissions -rw-r--r--
(svn r12241) [NoAI] -Fix r12236: global search/replace to the unreadable documentation! WHOHO! (tnx Progman)
/* $Id$ */

/** @file ai_settings.cpp everything to change AI settings */

#include "ai_settings.hpp"

/* static */ void AISettings::SetCommandDelay(uint ticks)
{
	if (ticks == 0) return;
	AIObject::SetDoCommandDelay(ticks);
}