src/ai/api/ai_settings.cpp
author truebrain
Sat, 23 Feb 2008 14:49:31 +0000
branchnoai
changeset 9743 4c44aa6a8f43
parent 9450 d675836e865c
child 9749 ee414c031e73
permissions -rw-r--r--
(svn r12223) [NoAI] -Fix r12221: look mom, I can break compilation!
/* $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);
}