forked from mirror/OpenTTD
(svn r15236) -Codechange: Rename realistic_acceleration patch option to train_acceleration_model, and change from boolean to value. Don't forget to update your settings.
This commit is contained in:
@@ -61,4 +61,9 @@ enum {
|
||||
MAX_LENGTH_VEHICLE_NAME_PIXELS = 150, ///< The maximum length of a vehicle name in pixels
|
||||
};
|
||||
|
||||
enum TrainAccelerationModel {
|
||||
TAM_ORIGINAL,
|
||||
TAM_REALISTIC,
|
||||
};
|
||||
|
||||
#endif /* VEHICLE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user