diff options
Diffstat (limited to 'bin/game/compat_1.7.nut')
-rw-r--r-- | bin/game/compat_1.7.nut | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/game/compat_1.7.nut b/bin/game/compat_1.7.nut index fe985b90d..1290443c4 100644 --- a/bin/game/compat_1.7.nut +++ b/bin/game/compat_1.7.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.7 API compatibility in effect."); |