summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-20 19:05:28 +0000
committerrubidium <rubidium@openttd.org>2006-08-20 19:05:28 +0000
commitdb397d5a758aa233bc06775caa4e48beb69d8f2d (patch)
tree32670a1d6837e9b4789cc69398c1777482037940 /roadveh_cmd.c
parent0c760998b37e60016e91a8822d1bdcb28827b37b (diff)
downloadopenttd-db397d5a758aa233bc06775caa4e48beb69d8f2d.tar.xz
(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index 8adc1a2f5..be1c091ac 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -184,7 +184,7 @@ int32 CmdBuildRoadVeh(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
v->service_interval = _patches.servint_roadveh;
v->date_of_last_service = _date;
- v->build_year = _cur_year - BASE_YEAR;
+ v->build_year = _cur_year;
v->type = VEH_Road;
v->cur_image = 0xC15;