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_0.7.nut | 2 +- bin/ai/compat_1.0.nut | 2 +- bin/ai/compat_1.1.nut | 2 +- bin/ai/compat_1.2.nut | 2 +- bin/ai/compat_1.3.nut | 2 +- bin/ai/compat_1.4.nut | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/ai') diff --git a/bin/ai/compat_0.7.nut b/bin/ai/compat_0.7.nut index a2c605ed2..44e6acff9 100644 --- a/bin/ai/compat_0.7.nut +++ b/bin/ai/compat_0.7.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("0.7 API compatability in effect:"); +AILog.Info("0.7 API compatibility in effect:"); AILog.Info(" - AITown::GetLastMonthProduction's behaviour has slightly changed."); AILog.Info(" - AISubsidy::GetDestination returns STATION_INVALID for awarded subsidies."); AILog.Info(" - AISubsidy::GetSource returns STATION_INVALID for awarded subsidies."); 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) diff --git a/bin/ai/compat_1.1.nut b/bin/ai/compat_1.1.nut index cb539a721..32127b438 100644 --- a/bin/ai/compat_1.1.nut +++ b/bin/ai/compat_1.1.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.1 API compatability in effect."); +AILog.Info("1.1 API compatibility in effect."); AICompany.GetCompanyValue <- function(company) { diff --git a/bin/ai/compat_1.2.nut b/bin/ai/compat_1.2.nut index f039c59d8..0082415e4 100644 --- a/bin/ai/compat_1.2.nut +++ b/bin/ai/compat_1.2.nut @@ -7,4 +7,4 @@ * 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.2 API compatability in effect."); +AILog.Info("1.2 API compatibility in effect."); diff --git a/bin/ai/compat_1.3.nut b/bin/ai/compat_1.3.nut index c41e3dff8..036f3b5c3 100644 --- a/bin/ai/compat_1.3.nut +++ b/bin/ai/compat_1.3.nut @@ -7,4 +7,4 @@ * 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.3 API compatability in effect."); +AILog.Info("1.3 API compatibility in effect."); diff --git a/bin/ai/compat_1.4.nut b/bin/ai/compat_1.4.nut index 06983f867..cc22b6ece 100644 --- a/bin/ai/compat_1.4.nut +++ b/bin/ai/compat_1.4.nut @@ -7,4 +7,4 @@ * 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.4 API compatability in effect."); +AILog.Info("1.4 API compatibility in effect."); -- cgit v1.2.3-54-g00ecf