author | rubidium |
Sun, 15 Jul 2007 16:39:11 +0000 | |
branch | noai |
changeset 9668 | 6fe3d2cb9655 |
parent 9444 | fd27df7ca2a0 |
child 9724 | b39bc69bb2f2 |
permissions | -rw-r--r-- |
/* $Id$ */ /** @file ai_controller.cpp handles the functions of the AIControler class */ #include "ai_controller.hpp" #include "../../stdafx.h" #include "../../openttd.h" #include "../../player.h" #include "../ai_threads.h" void AIController::Sleep(uint ticks) { AI_SuspendPlayer(_current_player, ticks); }