(svn r26407) -Fix: __ln__ never read the script compatibility files.

This commit is contained in:
frosch
2014-03-17 20:05:38 +00:00
parent 50729655ec
commit ba112f104b
9 changed files with 9 additions and 9 deletions

View File

@@ -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)