From f42201496093f04220e58b1c4cd4d69531839de4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Wed, 11 Aug 2004 22:07:08 +0000 Subject: (svn r23) -Some omments on the code (blathijs) --- vehicle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 046f76587..b970bb8ab 100644 --- a/vehicle.h +++ b/vehicle.h @@ -85,7 +85,7 @@ struct WorldSprite { struct Vehicle { byte type; // type, ie roadven,train,ship,aircraft,special - byte subtype; // subtype + byte subtype; // subtype (for trains, 0 == loco, 4 wagon ??) uint16 index; // NOSAVE: Index in vehicle array uint16 next_in_chain_old; // Next vehicle index for chained vehicles -- cgit v1.2.3-54-g00ecf