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
commitb76a0b81585415b36be3f5bf3285b6743a56e895 (patch)
tree531911ab716d5b2514cdcd4e60232832561b94cc /vehicle.c
parent718307ffa495349cd9d70e6a8b2a0909350f5b9e (diff)
downloadopenttd-b76a0b81585415b36be3f5bf3285b6743a56e895.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[] = {