From 6baa58a7d864a365d13f7e6f172e7296519249fe Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 17 Mar 2014 20:05:38 +0000 Subject: (svn r26407) -Fix: __ln__ never read the script compatibility files. --- bin/ai/compat_1.0.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ai/compat_1.0.nut') diff --git a/bin/ai/compat_1.0.nut b/bin/ai/compat_1.0.nut index 9d226cf89..5e7dd441f 100644 --- a/bin/ai/compat_1.0.nut +++ b/bin/ai/compat_1.0.nut @@ -7,7 +7,7 @@ * 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 . */ -AILog.Info("1.0 API compatability in effect."); +AILog.Info("1.0 API compatibility in effect."); AIRoad._BuildRoadStation <- AIRoad.BuildRoadStation; AIRoad.BuildRoadStation <- function(tile, front, road_veh_type, station_id) -- cgit v1.2.3-54-g00ecf