diff options
Diffstat (limited to 'bin/game/compat_12.nut')
-rw-r--r-- | bin/game/compat_12.nut | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/game/compat_12.nut b/bin/game/compat_12.nut index 3081fb58e..df0858391 100644 --- a/bin/game/compat_12.nut +++ b/bin/game/compat_12.nut @@ -4,3 +4,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("12 API compatibility in effect."); |