From 7d4be11516e2ef80bcce2a61f08d1cf091401ef1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 May 2007 09:40:18 +0000 Subject: (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. --- 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 d2f66c1be..5d2eaf7c2 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -310,6 +310,8 @@ struct Vehicle { TileIndex cargo_loaded_at_xy; ///< tile index where feeder cargo was loaded uint32 value; + GroupID group_id; ///< Index of group Pool array + union { VehicleRail rail; VehicleAir air; -- cgit v1.2.3-54-g00ecf