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.4.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ai/compat_1.4.nut') 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