src/ai/api/ai_settings.cpp
author truebrain
Sat, 23 Feb 2008 16:21:10 +0000
branchnoai
changeset 9746 e4ab7ea8d897
parent 9450 d675836e865c
child 9749 ee414c031e73
permissions -rw-r--r--
(svn r12226) [NoAI] -Fix: remove the dep for AIStationList_Vehicle on AIStationList, as Squirrel doesn't like it
/* $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);
}