summaryrefslogtreecommitdiff
path: root/npf.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-19 20:13:50 +0000
committertron <tron@openttd.org>2006-06-19 20:13:50 +0000
commite6b7fbd949e4e5465aff3816d7b4b559e00e62a2 (patch)
tree68851fcced56843f2bd0017f7f7dfef0bac22517 /npf.c
parent3723f3f300fa2dbfefbe5d576f8e775d2ae6e5ed (diff)
downloadopenttd-e6b7fbd949e4e5465aff3816d7b4b559e00e62a2.tar.xz
(svn r5317) s/RGT_/ROADSIDE_/ and some minor changes
Diffstat (limited to 'npf.c')
-rw-r--r--npf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npf.c b/npf.c
index a0d2fb0d7..9812c8782 100644
--- a/npf.c
+++ b/npf.c
@@ -228,7 +228,7 @@ static void NPFMarkTile(TileIndex tile)
case MP_STREET:
if (!IsTileDepotType(tile, TRANSPORT_ROAD)) {
- SetGroundType(tile, RGT_BARREN);
+ SetRoadside(tile, ROADSIDE_BARREN);
MarkTileDirtyByTile(tile);
}
break;