From 59913ae719b9b4f890712e8e54dd10e19f7176e2 Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 1 Nov 2005 17:20:06 +0000 Subject: (svn r3116) -Fix: [autoreplace] fixed issue where autorenewing/autoreplacing a plane could lock up an airport this will not fix already locked up airports this bug was introduced in rev 3111 --- vehicle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index b1d3d81fe..78156caa0 100644 --- a/vehicle.h +++ b/vehicle.h @@ -166,6 +166,7 @@ struct Vehicle { int32 x_pos; // coordinates int32 y_pos; + bool leave_depot_instantly; // NOSAVE: stores if the vehicle needs to leave the depot it just entered. Used by autoreplace byte z_pos; byte direction; // facing -- cgit v1.2.3-54-g00ecf