summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 7fd2e0347..c63606582 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -114,11 +114,11 @@ extern void DepotSortList(VehicleList *list);
/**
* This is the Callback method after the cloning attempt of a vehicle
- * @param result the result of the cloning command
* @param cmd unused
+ * @param result the result of the cloning command
* @param tile unused
*/
-void CcCloneVehicle(Commands cmd, const CommandCost &result, TileIndex tile, const CommandDataBuffer &)
+void CcCloneVehicle(Commands cmd, const CommandCost &result, TileIndex tile)
{
if (result.Failed()) return;