From b6efe5482daa153d079cd58053f88a8b2b2cca12 Mon Sep 17 00:00:00 2001 From: bjarni Date: Thu, 8 Mar 2007 23:05:05 +0000 Subject: (svn r9073) -Codechange: moved autoreplace to a file of it's own (now autoreplace has a cmd and a gui file) --- src/vehicle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vehicle.h') diff --git a/src/vehicle.h b/src/vehicle.h index cd3c73dff..ff12a139c 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -400,6 +400,8 @@ void VehicleEnterDepot(Vehicle *v); void InvalidateAutoreplaceWindow(EngineID e); +int32 MaybeReplaceVehicle(Vehicle *v, bool check, bool display_costs); + /* Flags to add to p2 for goto depot commands */ /* Note: bits 8-10 are used for VLW flags */ enum { -- cgit v1.2.3-70-g09d2