From 3057a26fd5e2cffe9afc6ed5034dcd2c61fb2c6e Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 4 Feb 2011 14:11:14 +0000 Subject: (svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 6f989e3a5..68ed5ca1b 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -6965,7 +6965,7 @@ static void InitializeGRFSpecial() | (1 << 0x0B) // newcargo | (1 << 0x0C) // enhancemultiplayer | (1 << 0x0D) // onewayroads - | ((_settings_game.station.nonuniform_stations ? 1 : 0) << 0x0E) // irregularstations + | (1 << 0x0E) // irregularstations | (1 << 0x0F) // statistics | (1 << 0x10) // newsounds | (1 << 0x11) // autoreplace -- cgit v1.2.3-54-g00ecf