diff options
Diffstat (limited to 'bin/game/compat_1.4.nut')
-rw-r--r-- | bin/game/compat_1.4.nut | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/game/compat_1.4.nut b/bin/game/compat_1.4.nut index 4703a7c36..b9c5e2013 100644 --- a/bin/game/compat_1.4.nut +++ b/bin/game/compat_1.4.nut @@ -6,3 +6,5 @@ * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * 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."); |