(svn r23211) -Fix: Invalidate build vehicle window when changing the setting for wagon speed limits

pull/155/head
planetmaker 13 years ago
parent 4e91548f71
commit 67053ce41f

@ -768,6 +768,7 @@ static bool UpdateConsists(int32 p1)
/* Update the consist of all trains so the maximum speed is set correctly. */
if (t->IsFrontEngine() || t->IsFreeWagon()) t->ConsistChanged(true);
}
InvalidateWindowClassesData(WC_BUILD_VEHICLE, 0);
return true;
}

Loading…
Cancel
Save