(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:
@@ -86,6 +86,7 @@ enum VehStatus {
|
||||
enum VehicleFlags {
|
||||
VF_LOADING_FINISHED,
|
||||
VF_CARGO_UNLOADING,
|
||||
VF_BUILT_AS_PROTOTYPE,
|
||||
};
|
||||
|
||||
/* Effect vehicle types */
|
||||
|
||||
Reference in New Issue
Block a user