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 | 713ff744de5c26166adafafdfc4b5206c412252e (patch) | |
tree | b001943b7092fa00267c3e42f069ad640cc5fd39 | |
parent | 653e7fa54843b4427908b47d2e7da8ee48071a18 (diff) | |
download | openttd-713ff744de5c26166adafafdfc4b5206c412252e.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 |