summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-17 12:44:35 +0000
committerludde <ludde@openttd.org>2005-07-17 12:44:35 +0000
commitf868fb08113724a3a2ec5cf9917f1e6947aa3457 (patch)
tree531911ab716d5b2514cdcd4e60232832561b94cc /vehicle.c
parentd4e0c72867a1111e40777a8af0721ba1dd2fa071 (diff)
downloadopenttd-f868fb08113724a3a2ec5cf9917f1e6947aa3457.tar.xz
(svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing the calls evenly over the day.
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vehicle.c b/vehicle.c
index e47e6d8bb..6eae858ed 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -2149,9 +2149,6 @@ static void Load_VEHS(void)
}
}
}
-
- if (_sl.full_version < 0x0B01)
- _vehicle_id_ctr_day = 0;
}
const ChunkHandler _veh_chunk_handlers[] = {