summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-03-17 20:05:38 +0000
committerfrosch <frosch@openttd.org>2014-03-17 20:05:38 +0000
commit6baa58a7d864a365d13f7e6f172e7296519249fe (patch)
treebe85fc269e81e0086b16a8e5973f2bc6eb121f62 /bin
parentdb96a109ff29776e00c6860acdef2d61b81a1f0b (diff)
downloadopenttd-6baa58a7d864a365d13f7e6f172e7296519249fe.tar.xz
(svn r26407) -Fix: __ln__ never read the script compatibility files.
Diffstat (limited to 'bin')
-rw-r--r--bin/ai/compat_0.7.nut2
-rw-r--r--bin/ai/compat_1.0.nut2
-rw-r--r--bin/ai/compat_1.1.nut2
-rw-r--r--bin/ai/compat_1.2.nut2
-rw-r--r--bin/ai/compat_1.3.nut2
-rw-r--r--bin/ai/compat_1.4.nut2
-rw-r--r--bin/game/compat_1.2.nut2
-rw-r--r--bin/game/compat_1.3.nut2
-rw-r--r--bin/game/compat_1.4.nut2
9 files changed, 9 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>.
*/
-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 <http://www.gnu.org/licenses/>.
*/
-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 <http://www.gnu.org/licenses/>.
*/
-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 <http://www.gnu.org/licenses/>.
*/
-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 <http://www.gnu.org/licenses/>.
*/
-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 <http://www.gnu.org/licenses/>.
*/
-AILog.Info("1.4 API compatability in effect.");
+AILog.Info("1.4 API compatibility in effect.");
diff --git a/bin/game/compat_1.2.nut b/bin/game/compat_1.2.nut
index 6126809c8..37ff5907d 100644
--- a/bin/game/compat_1.2.nut
+++ b/bin/game/compat_1.2.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 <http://www.gnu.org/licenses/>.
*/
-GSLog.Info("1.2 API compatability in effect.");
+GSLog.Info("1.2 API compatibility in effect.");
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)
diff --git a/bin/game/compat_1.3.nut b/bin/game/compat_1.3.nut
index d58a34685..4116addbb 100644
--- a/bin/game/compat_1.3.nut
+++ b/bin/game/compat_1.3.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 <http://www.gnu.org/licenses/>.
*/
-GSLog.Info("1.3 API compatability in effect.");
+GSLog.Info("1.3 API compatibility in effect.");
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)
diff --git a/bin/game/compat_1.4.nut b/bin/game/compat_1.4.nut
index b9c5e2013..6ae5f5dc1 100644
--- a/bin/game/compat_1.4.nut
+++ b/bin/game/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 <http://www.gnu.org/licenses/>.
*/
-GSLog.Info("1.4 API compatability in effect.");
+GSLog.Info("1.4 API compatibility in effect.");