mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-07 11:45:45 +01:00
(svn r24812) -Fix: Close pending preview windows when the engine is introduced to everyone.
This commit is contained in:
parent
5c358c4173
commit
51fca5eec7
@ -924,6 +924,9 @@ static void NewVehicleAvailable(Engine *e)
|
|||||||
/* Update the toolbar. */
|
/* Update the toolbar. */
|
||||||
if (e->type == VEH_ROAD) InvalidateWindowData(WC_BUILD_TOOLBAR, TRANSPORT_ROAD);
|
if (e->type == VEH_ROAD) InvalidateWindowData(WC_BUILD_TOOLBAR, TRANSPORT_ROAD);
|
||||||
if (e->type == VEH_SHIP) InvalidateWindowData(WC_BUILD_TOOLBAR, TRANSPORT_WATER);
|
if (e->type == VEH_SHIP) InvalidateWindowData(WC_BUILD_TOOLBAR, TRANSPORT_WATER);
|
||||||
|
|
||||||
|
/* Close pending preview windows */
|
||||||
|
DeleteWindowById(WC_ENGINE_PREVIEW, index);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Monthly update of the availability, reliability, and preview offers of the engines. */
|
/** Monthly update of the availability, reliability, and preview offers of the engines. */
|
||||||
|
Loading…
Reference in New Issue
Block a user