From d3fea6904153cffdd5e78ce0ebf3cf22fbf692b2 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 7 May 2006 11:41:44 +0000 Subject: (svn r4769) - Newstations: add newstations ttdpatch flag --- newgrf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newgrf.c') diff --git a/newgrf.c b/newgrf.c index db99677fe..5f879063f 100644 --- a/newgrf.c +++ b/newgrf.c @@ -2476,6 +2476,7 @@ static void InitializeGRFSpecial(void) | (1 << 0x1C); /* electrifiedrailway */ _ttdpatch_flags[2] = (_patches.build_on_slopes ? (1 << 0x0D) : 0) /* buildonslopes */ + | (1 << 0x12) /* newstations */ | (_patches.build_on_slopes ? (1 << 0x15) : 0) /* buildoncoasts */ | (1 << 0x16) /* canals */ | (1 << 0x17) /* newstartyear */ -- cgit v1.2.3-70-g09d2