diff src/settings_type.h @ 8648:d6d1354b7a27 draft

(svn r12293) -Feature: Ability to change aircraft speed factor, from so called 'realistic' (matching other vehicles) (1/1) to original TTD speed (1/4). Note this option defaults to original TTD speed.
author peter1138 <peter1138@openttd.org>
date Wed, 27 Feb 2008 21:07:12 +0000 (2008-02-27)
parents bfe75aee55ee
children 104bbcae351d
line wrap: on
line diff
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -130,6 +130,8 @@
 	uint8 pathfinder_for_roadvehs;      ///< the pathfinder to use for roadvehicles
 	uint8 pathfinder_for_ships;         ///< the pathfinder to use for ships
 
+	uint8 plane_speed;                  ///< divisor for speed of aircraft
+
 	bool autorenew;
 	int16 autorenew_months;
 	int32 autorenew_money;