From 3d404c2927ba86237240318bdee158080d51662a Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 23 Jan 2009 20:53:43 +0000 Subject: (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. --- src/settings_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index a67128787..96a92fd11 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -283,7 +283,7 @@ struct OrderSettings { /** Settings related to vehicles. */ struct VehicleSettings { bool mammoth_trains; ///< allow very long trains - bool realistic_acceleration; ///< realistic acceleration for trains + uint8 train_acceleration_model; ///< realistic acceleration for trains bool wagon_speed_limits; ///< enable wagon speed limits bool disable_elrails; ///< when true, the elrails are disabled UnitID max_trains; ///< max trains in game per company -- cgit v1.2.3-70-g09d2