src/ai/api/ai_settings.cpp
author rubidium
Sat, 14 Apr 2007 20:38:10 +0000
branchnoai
changeset 9594 5009a30f320a
parent 9450 d675836e865c
child 9749 ee414c031e73
permissions -rw-r--r--
(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes.
/* $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);
}