(svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing the calls evenly over the day.

This commit is contained in:
ludde
2005-07-17 12:44:35 +00:00
parent d4e0c72867
commit f868fb0811
4 changed files with 7 additions and 39 deletions

View File

@@ -2149,9 +2149,6 @@ static void Load_VEHS(void)
}
}
}
if (_sl.full_version < 0x0B01)
_vehicle_id_ctr_day = 0;
}
const ChunkHandler _veh_chunk_handlers[] = {