(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 332b54d5a6
commit ca0862c3f4
8 changed files with 21 additions and 78 deletions

View File

@@ -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;