changeset 12182:c16b6986b69d draft

(svn r16593) -Cleanup: realign the TTDP flags table.
author rubidium <rubidium@openttd.org>
date Thu, 18 Jun 2009 15:59:21 +0000
parents 3b9a928aa66c
children 3ecd0d4dbae8
files src/newgrf.cpp
diffstat 1 files changed, 61 insertions(+), 61 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -5295,84 +5295,84 @@
 static void InitializeGRFSpecial()
 {
 	_ttdpatch_flags[0] =  ((_settings_game.station.always_small_airport ? 1 : 0) << 0x0C)  // keepsmallairport
-	                   |                                                 (1 << 0x0D)  // newairports
-	                   |                                                 (1 << 0x0E)  // largestations
+	                   |                                                      (1 << 0x0D)  // newairports
+	                   |                                                      (1 << 0x0E)  // largestations
 	                   |      ((_settings_game.construction.longbridges ? 1 : 0) << 0x0F)  // longbridges
-	                   |                                                 (0 << 0x10)  // loadtime
-	                   |                                                 (1 << 0x12)  // presignals
-	                   |                                                 (1 << 0x13)  // extpresignals
+	                   |                                                      (0 << 0x10)  // loadtime
+	                   |                                                      (1 << 0x12)  // presignals
+	                   |                                                      (1 << 0x13)  // extpresignals
 	                   | ((_settings_game.vehicle.never_expire_vehicles ? 1 : 0) << 0x16)  // enginespersist
-	                   |                                                 (1 << 0x1B)  // multihead
-	                   |                                                 (1 << 0x1D)  // lowmemory
-	                   |                                                 (1 << 0x1E); // generalfixes
+	                   |                                                      (1 << 0x1B)  // multihead
+	                   |                                                      (1 << 0x1D)  // lowmemory
+	                   |                                                      (1 << 0x1E); // generalfixes
 
 	_ttdpatch_flags[1] =   ((_settings_game.economy.station_noise_level ? 1 : 0) << 0x07)  // moreairports - based on units of noise
 	                   |        ((_settings_game.vehicle.mammoth_trains ? 1 : 0) << 0x08)  // mammothtrains
-	                   |                                                 (1 << 0x09)  // trainrefit
-	                   |                                                 (0 << 0x0B)  // subsidiaries
+	                   |                                                      (1 << 0x09)  // trainrefit
+	                   |                                                      (0 << 0x0B)  // subsidiaries
 	                   |         ((_settings_game.order.gradual_loading ? 1 : 0) << 0x0C)  // gradualloading
-	                   |                                                 (1 << 0x12)  // unifiedmaglevmode - set bit 0 mode. Not revelant to OTTD
-	                   |                                                 (1 << 0x13)  // unifiedmaglevmode - set bit 1 mode
-	                   |                                                 (1 << 0x14)  // bridgespeedlimits
-	                   |                                                 (1 << 0x16)  // eternalgame
-	                   |                                                 (1 << 0x17)  // newtrains
-	                   |                                                 (1 << 0x18)  // newrvs
-	                   |                                                 (1 << 0x19)  // newships
-	                   |                                                 (1 << 0x1A)  // newplanes
+	                   |                                                      (1 << 0x12)  // unifiedmaglevmode - set bit 0 mode. Not revelant to OTTD
+	                   |                                                      (1 << 0x13)  // unifiedmaglevmode - set bit 1 mode
+	                   |                                                      (1 << 0x14)  // bridgespeedlimits
+	                   |                                                      (1 << 0x16)  // eternalgame
+	                   |                                                      (1 << 0x17)  // newtrains
+	                   |                                                      (1 << 0x18)  // newrvs
+	                   |                                                      (1 << 0x19)  // newships
+	                   |                                                      (1 << 0x1A)  // newplanes
 	                   |      ((_settings_game.construction.signal_side ? 1 : 0) << 0x1B)  // signalsontrafficside
 	                   |       ((_settings_game.vehicle.disable_elrails ? 0 : 1) << 0x1C); // electrifiedrailway
 
-	_ttdpatch_flags[2] =                                                 (1 << 0x01)  // loadallgraphics - obsolote
-	                   |                                                 (1 << 0x03)  // semaphores
-	                   |                                                 (0 << 0x0B)  // enhancedgui
-	                   |                                                 (0 << 0x0C)  // newagerating
+	_ttdpatch_flags[2] =                                                      (1 << 0x01)  // loadallgraphics - obsolote
+	                   |                                                      (1 << 0x03)  // semaphores
+	                   |                                                      (0 << 0x0B)  // enhancedgui
+	                   |                                                      (0 << 0x0C)  // newagerating
 	                   |  ((_settings_game.construction.build_on_slopes ? 1 : 0) << 0x0D)  // buildonslopes
-	                   |                                                 (1 << 0x0E)  // fullloadany
-	                   |                                                 (1 << 0x0F)  // planespeed
-	                   |                                                 (0 << 0x10)  // moreindustriesperclimate - obsolete
-	                   |                                                 (0 << 0x11)  // moretoylandfeatures
-	                   |                                                 (1 << 0x12)  // newstations
-	                   |                                                 (1 << 0x13)  // tracktypecostdiff
-	                   |                                                 (1 << 0x14)  // manualconvert
+	                   |                                                      (1 << 0x0E)  // fullloadany
+	                   |                                                      (1 << 0x0F)  // planespeed
+	                   |                                                      (0 << 0x10)  // moreindustriesperclimate - obsolete
+	                   |                                                      (0 << 0x11)  // moretoylandfeatures
+	                   |                                                      (1 << 0x12)  // newstations
+	                   |                                                      (1 << 0x13)  // tracktypecostdiff
+	                   |                                                      (1 << 0x14)  // manualconvert
 	                   |  ((_settings_game.construction.build_on_slopes ? 1 : 0) << 0x15)  // buildoncoasts
-	                   |                                                 (1 << 0x16)  // canals
-	                   |                                                 (1 << 0x17)  // newstartyear
+	                   |                                                      (1 << 0x16)  // canals
+	                   |                                                      (1 << 0x17)  // newstartyear
 	                   |    ((_settings_game.vehicle.freight_trains > 1 ? 1 : 0) << 0x18)  // freighttrains
-	                   |                                                 (1 << 0x19)  // newhouses
-	                   |                                                 (1 << 0x1A)  // newbridges
-	                   |                                                 (1 << 0x1B)  // newtownnames
-	                   |                                                 (1 << 0x1C)  // moreanimation
+	                   |                                                      (1 << 0x19)  // newhouses
+	                   |                                                      (1 << 0x1A)  // newbridges
+	                   |                                                      (1 << 0x1B)  // newtownnames
+	                   |                                                      (1 << 0x1C)  // moreanimation
 	                   |    ((_settings_game.vehicle.wagon_speed_limits ? 1 : 0) << 0x1D)  // wagonspeedlimits
-	                   |                                                 (1 << 0x1E)  // newshistory
-	                   |                                                 (0 << 0x1F); // custombridgeheads
-
-	_ttdpatch_flags[3] =                                                 (0 << 0x00)  // newcargodistribution
-	                   |                                                 (1 << 0x01)  // windowsnap
+	                   |                                                      (1 << 0x1E)  // newshistory
+	                   |                                                      (0 << 0x1F); // custombridgeheads
+
+	_ttdpatch_flags[3] =                                                      (0 << 0x00)  // newcargodistribution
+	                   |                                                      (1 << 0x01)  // windowsnap
 	                   | ((_settings_game.economy.allow_town_roads || _generating_world ? 0 : 1) << 0x02)  // townbuildnoroad
-	                   |                                                 (1 << 0x03)  // pathbasedsignalling
-	                   |                                                 (0 << 0x04)  // aichoosechance
-	                   |                                                 (1 << 0x05)  // resolutionwidth
-	                   |                                                 (1 << 0x06)  // resolutionheight
-	                   |                                                 (1 << 0x07)  // newindustries
+	                   |                                                      (1 << 0x03)  // pathbasedsignalling
+	                   |                                                      (0 << 0x04)  // aichoosechance
+	                   |                                                      (1 << 0x05)  // resolutionwidth
+	                   |                                                      (1 << 0x06)  // resolutionheight
+	                   |                                                      (1 << 0x07)  // newindustries
 	                   |           ((_settings_game.order.improved_load ? 1 : 0) << 0x08)  // fifoloading
-	                   |                                                 (0 << 0x09)  // townroadbranchprob
-	                   |                                                 (0 << 0x0A)  // tempsnowline
-	                   |                                                 (1 << 0x0B)  // newcargo
-	                   |                                                 (1 << 0x0C)  // enhancemultiplayer
-	                   |                                                 (1 << 0x0D)  // onewayroads
+	                   |                                                      (0 << 0x09)  // townroadbranchprob
+	                   |                                                      (0 << 0x0A)  // tempsnowline
+	                   |                                                      (1 << 0x0B)  // newcargo
+	                   |                                                      (1 << 0x0C)  // enhancemultiplayer
+	                   |                                                      (1 << 0x0D)  // onewayroads
 	                   |   ((_settings_game.station.nonuniform_stations ? 1 : 0) << 0x0E)  // irregularstations
-	                   |                                                 (1 << 0x0F)  // statistics
-	                   |                                                 (1 << 0x10)  // newsounds
-	                   |                                                 (1 << 0x11)  // autoreplace
-	                   |                                                 (1 << 0x12)  // autoslope
-	                   |                                                 (0 << 0x13)  // followvehicle
-	                   |                                                 (1 << 0x14)  // trams
-	                   |                                                 (0 << 0x15)  // enhancetunnels
-	                   |                                                 (1 << 0x16)  // shortrvs
-	                   |                                                 (1 << 0x17)  // articulatedrvs
+	                   |                                                      (1 << 0x0F)  // statistics
+	                   |                                                      (1 << 0x10)  // newsounds
+	                   |                                                      (1 << 0x11)  // autoreplace
+	                   |                                                      (1 << 0x12)  // autoslope
+	                   |                                                      (0 << 0x13)  // followvehicle
+	                   |                                                      (1 << 0x14)  // trams
+	                   |                                                      (0 << 0x15)  // enhancetunnels
+	                   |                                                      (1 << 0x16)  // shortrvs
+	                   |                                                      (1 << 0x17)  // articulatedrvs
 	                   |       ((_settings_game.vehicle.dynamic_engines ? 1 : 0) << 0x18)  // dynamic engines
-	                   |                                                 (1 << 0x1E)  // variablerunningcosts
-	                   |                                                 (1 << 0x1F); // any switch is on
+	                   |                                                      (1 << 0x1E)  // variablerunningcosts
+	                   |                                                      (1 << 0x1F); // any switch is on
 }
 
 static void ResetCustomStations()