summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-02-28 17:59:05 +0000
committermaedhros <maedhros@openttd.org>2007-02-28 17:59:05 +0000
commit469fbc912c2f8b502f683362a86f86d0aa991751 (patch)
tree69eb785ea7e1b67aa0b9366a3f703c525d13e4df /src/vehicle.h
parentaadd8a4b44e0f67e5a2ccb685a56fc258c1eb9ff (diff)
downloadopenttd-469fbc912c2f8b502f683362a86f86d0aa991751.tar.xz
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle.h b/src/vehicle.h
index d14da3a7f..7ae508e0b 100644
--- a/src/vehicle.h
+++ b/src/vehicle.h
@@ -86,6 +86,7 @@ enum VehStatus {
enum VehicleFlags {
VF_LOADING_FINISHED,
VF_CARGO_UNLOADING,
+ VF_BUILT_AS_PROTOTYPE,
};
/* Effect vehicle types */