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_grouplist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/api/script_grouplist.cpp') diff --git a/src/script/api/script_grouplist.cpp b/src/script/api/script_grouplist.cpp index 017af8b8a..cbaeea0ac 100644 --- a/src/script/api/script_grouplist.cpp +++ b/src/script/api/script_grouplist.cpp @@ -7,14 +7,14 @@ * 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_grouplist.cpp Implementation of AIGroupList and friends. */ +/** @file script_grouplist.cpp Implementation of ScriptGroupList and friends. */ #include "../../stdafx.h" #include "script_grouplist.hpp" #include "../../company_func.h" #include "../../group.h" -AIGroupList::AIGroupList() +ScriptGroupList::ScriptGroupList() { Group *g; FOR_ALL_GROUPS(g) { -- cgit v1.2.3-54-g00ecf