From 752b3f0dd614217d68f361e2d0b2cc599a37c860 Mon Sep 17 00:00:00 2001 From: celestar Date: Sat, 29 Jan 2005 19:41:44 +0000 Subject: (svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on a single station. Thanks to: Truelight for the saveload code, Darkvater and Hackykid for network testing and Tron for proof-reading 1500 lines of diff. --- vehicle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 9648acf8a..2a069e8b1 100644 --- a/vehicle.h +++ b/vehicle.h @@ -47,6 +47,9 @@ typedef struct VehicleRoad { byte overtaking_ctr; uint16 crashed_ctr; byte reverse_ctr; + struct RoadStop *slot; + byte slotindex; + byte slot_age; } VehicleRoad; typedef struct VehicleSpecial { -- cgit v1.2.3-54-g00ecf