(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
authorpeter1138
Wed, 27 Sep 2006 18:46:59 +0000
changeset 4657 188335e8d316
parent 4656 acffecd6f484
child 4658 23d71e44d832
(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
newgrf.c
--- a/newgrf.c	Wed Sep 27 18:17:01 2006 +0000
+++ b/newgrf.c	Wed Sep 27 18:46:59 2006 +0000
@@ -2955,7 +2955,7 @@
 	                   |                                        (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