(svn r3758) Remove the news validation callback. It is superseded by r3757.

This commit is contained in:
tron
2006-03-04 11:15:44 +00:00
parent 4270026b42
commit 87fdb129d2
8 changed files with 21 additions and 78 deletions

View File

@@ -1595,7 +1595,7 @@ void OnNewDay_RoadVeh(Vehicle *v)
AgeVehicle(v);
CheckIfRoadVehNeedsService(v);
CheckOrders(v->index, OC_INIT);
CheckOrders(v);
//Current slot has expired
if (v->u.road.slot_age-- == 0 && v->u.road.slot != NULL) {