diff options
author | peter1138 <peter1138@openttd.org> | 2006-09-27 18:46:59 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-09-27 18:46:59 +0000 |
commit | e5cd5340d7dddadfa0725d19ed3ec6cf17cb9e55 (patch) | |
tree | b001943b7092fa00267c3e42f069ad640cc5fd39 | |
parent | 8b2e4e970ad3379fb294934e7720128986220d0e (diff) | |
download | openttd-e5cd5340d7dddadfa0725d19ed3ec6cf17cb9e55.tar.xz |
(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
-rw-r--r-- | newgrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |