summaryrefslogtreecommitdiff
path: root/npf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-01-24 18:38:06 +0000
committerpeter1138 <peter1138@openttd.org>2006-01-24 18:38:06 +0000
commit42a9353ae2283939609d068725d89ac93f199bcd (patch)
treedb4c44c6359bf2223d7cc81b567868a566108571 /npf.c
parenta4807caf6a371798478059e368200b51c5c86ebf (diff)
downloadopenttd-42a9353ae2283939609d068725d89ac93f199bcd.tar.xz
(svn r3426) - Fix typo from r3019 -- only affected NPF debugging.
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 89bf9b974..d2472346a 100644
--- a/npf.c
+++ b/npf.c
@@ -375,7 +375,7 @@ static void NPFMarkTile(TileIndex tile)
break;
case MP_STREET:
if (!IsTileDepotType(tile, TRANSPORT_ROAD)) {
- SB(_m[tile].m2, 4, 3, 0);
+ SB(_m[tile].m4, 4, 3, 0);
MarkTileDirtyByTile(tile);
}
break;