From c07324c8782816ebb71ef61b543e32dd491d6603 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 27 Sep 2006 15:40:55 +0000 Subject: (svn r6529) -Fix r6513: [depot window] added missing switch in CcCloneVehicle() The result of this missing switch was asserts in some cloning conditions (not all) (spotted by KUDr) --- roadveh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roadveh.h') diff --git a/roadveh.h b/roadveh.h index 9d5800e6d..a30d6d536 100644 --- a/roadveh.h +++ b/roadveh.h @@ -13,3 +13,5 @@ static inline bool IsRoadVehInDepotStopped(const Vehicle* v) { return IsRoadVehInDepot(v) && v->vehstatus & VS_STOPPED; } + +void CcCloneRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2); -- cgit v1.2.3-54-g00ecf