(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 718307ffa4
commit b76a0b8158
4 changed files with 7 additions and 39 deletions

View File

@@ -422,8 +422,6 @@ static void FixOldVehicles(void)
}
}
}
_vehicle_id_ctr_day = 0;
}
/*