1
0
Fork 0

(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...

release/0.5
peter1138 2006-09-27 18:46:59 +00:00
parent 653e7fa548
commit 713ff744de
1 changed files with 1 additions and 1 deletions

View File

@ -2955,7 +2955,7 @@ static void InitializeGRFSpecial(void)
| (1 << 0x0D) // onewayroads
| ((_patches.nonuniform_stations ? 1 : 0) << 0x0E) // irregularstations
| (1 << 0x0F) // statistics
| (0 << 0x10) // newsounds
| (1 << 0x10) // newsounds
| (1 << 0x11) // autoreplace
| (1 << 0x12) // autoslope
| (0 << 0x13) // followvehicle