From cb76f96aad98e39e55454a142b598d3d29a48de1 Mon Sep 17 00:00:00 2001 From: celestar Date: Wed, 29 Mar 2006 19:00:56 +0000 Subject: (svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start --- variables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index b63a0cee7..47387ba5d 100644 --- a/variables.h +++ b/variables.h @@ -417,10 +417,6 @@ VARDEF byte _vehicle_design_names; /* tunnelbridge */ #define MAX_BRIDGES 13 -/* For new pathfinding. Define here so it is globally available without having - * to include npf.h */ -#define NPF_TILE_LENGTH 100 - /* Forking stuff */ VARDEF bool _dedicated_forks; -- cgit v1.2.3-54-g00ecf