From e5cd5340d7dddadfa0725d19ed3ec6cf17cb9e55 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 27 Sep 2006 18:46:59 +0000 Subject: (svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags... --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf.c') 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 -- cgit v1.2.3-54-g00ecf