roadveh.h
changeset 4653 9f72ab9dc4a7
parent 3959 48f178431701
child 4666 172a0cdf28a6
equal deleted inserted replaced
4652:f85116c065f1 4653:9f72ab9dc4a7
    11 
    11 
    12 static inline bool IsRoadVehInDepotStopped(const Vehicle* v)
    12 static inline bool IsRoadVehInDepotStopped(const Vehicle* v)
    13 {
    13 {
    14 	return IsRoadVehInDepot(v) && v->vehstatus & VS_STOPPED;
    14 	return IsRoadVehInDepot(v) && v->vehstatus & VS_STOPPED;
    15 }
    15 }
       
    16 
       
    17 void CcCloneRoadVeh(bool success, TileIndex tile, uint32 p1, uint32 p2);