From 98103121d4f2ed1f1581919b7b1f343ccd410c12 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:35 +0000 Subject: (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) --- src/script/api/script_townlist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/script/api/script_townlist.cpp') diff --git a/src/script/api/script_townlist.cpp b/src/script/api/script_townlist.cpp index 749555722..33a3fc070 100644 --- a/src/script/api/script_townlist.cpp +++ b/src/script/api/script_townlist.cpp @@ -7,13 +7,13 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -/** @file script_townlist.cpp Implementation of AITownList and friends. */ +/** @file script_townlist.cpp Implementation of ScriptTownList and friends. */ #include "../../stdafx.h" #include "script_townlist.hpp" #include "../../town.h" -AITownList::AITownList() +ScriptTownList::ScriptTownList() { Town *t; FOR_ALL_TOWNS(t) { @@ -21,7 +21,7 @@ AITownList::AITownList() } } -AITownEffectList::AITownEffectList() +ScriptTownEffectList::ScriptTownEffectList() { for (int i = TE_BEGIN; i < TE_END; i++) { this->AddItem(i); -- cgit v1.2.3-70-g09d2