(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.
This commit is contained in:
maedhros
2007-02-28 17:59:05 +00:00
parent aadd8a4b44
commit 469fbc912c
6 changed files with 28 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ enum VehStatus {
enum VehicleFlags {
VF_LOADING_FINISHED,
VF_CARGO_UNLOADING,
VF_BUILT_AS_PROTOTYPE,
};
/* Effect vehicle types */