src/ai/api/ai_settings.cpp
author truelight
Fri, 19 Oct 2007 14:03:27 +0000
branchnoai
changeset 9714 fdbdae7ea647
parent 9450 d675836e865c
child 9749 ee414c031e73
permissions -rw-r--r--
(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);
}