(svn r3758) Remove the news validation callback. It is superseded by r3757.
This commit is contained in:
@@ -133,7 +133,7 @@ void OnNewDay_Ship(Vehicle *v)
|
||||
AgeVehicle(v);
|
||||
CheckIfShipNeedsService(v);
|
||||
|
||||
CheckOrders(v->index, OC_INIT);
|
||||
CheckOrders(v);
|
||||
|
||||
if (v->vehstatus & VS_STOPPED) return;
|
||||
|
||||
|
Reference in New Issue
Block a user