(svn r20537) -Codechange: make RefitVehicle a static (local) function

This commit is contained in:
rubidium
2010-08-18 00:48:22 +00:00
parent 982df3e96b
commit d68d83e76a
2 changed files with 93 additions and 94 deletions

View File

@@ -43,7 +43,6 @@ void ResetVehiclePosHash();
void ResetVehicleColourMap();
byte GetBestFittingSubType(Vehicle *v_from, Vehicle *v_for);
CommandCost RefitVehicle(Vehicle *v, bool only_this, CargoID new_cid, byte new_subtype, DoCommandFlag flags);
void ViewportAddVehicles(DrawPixelInfo *dpi);