(svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so.

This commit is contained in:
frosch
2012-05-01 15:53:51 +00:00
parent 599f89e641
commit e1fda49027
60 changed files with 21 additions and 63 deletions

View File

@@ -7670,7 +7670,7 @@ static void InitializeGRFSpecial()
| (1 << 0x18) // newrvs
| (1 << 0x19) // newships
| (1 << 0x1A) // newplanes
| ((_settings_game.construction.signal_side ? 1 : 0) << 0x1B) // signalsontrafficside
| ((_settings_game.construction.train_signal_side == 1 ? 1 : 0) << 0x1B) // signalsontrafficside
| ((_settings_game.vehicle.disable_elrails ? 0 : 1) << 0x1C); // electrifiedrailway
_ttdpatch_flags[2] = (1 << 0x01) // loadallgraphics - obsolote