summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-27 18:46:59 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-27 18:46:59 +0000
commite5cd5340d7dddadfa0725d19ed3ec6cf17cb9e55 (patch)
treeb001943b7092fa00267c3e42f069ad640cc5fd39 /newgrf.c
parent8b2e4e970ad3379fb294934e7720128986220d0e (diff)
downloadopenttd-e5cd5340d7dddadfa0725d19ed3ec6cf17cb9e55.tar.xz
(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 0db17f0e7..83b4a919b 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -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