From d846eef0b68474970d7ffe5f1d667d866ddff7a8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Feb 2009 21:20:05 +0000 Subject: (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. --- src/vehicle_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicle_base.h') diff --git a/src/vehicle_base.h b/src/vehicle_base.h index fa2b1da85..a1ff402da 100644 --- a/src/vehicle_base.h +++ b/src/vehicle_base.h @@ -594,7 +594,7 @@ public: * @param command the command to execute. * @return the cost of the depot action. */ - CommandCost SendToDepot(uint32 flags, DepotCommand command); + CommandCost SendToDepot(DoCommandFlag flags, DepotCommand command); }; /** -- cgit v1.2.3-70-g09d2