(svn r22074) -Cleanup (r22073): there was already a setting-callback that did what is needed
This commit is contained in:
@@ -1147,16 +1147,6 @@ static bool StationCatchmentChanged(int32 p1)
|
||||
}
|
||||
|
||||
|
||||
static bool MarkAllTrainsDirty(int32 p1)
|
||||
{
|
||||
Train *t;
|
||||
FOR_ALL_TRAINS(t) {
|
||||
if (t->IsPrimaryVehicle()) t->MarkDirty();
|
||||
}
|
||||
SetWindowClassesDirty(WC_VEHICLE_DETAILS);
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
static bool UpdateClientName(int32 p1)
|
||||
|
Reference in New Issue
Block a user