From 47dd4989a8dabe485d87743468b3eddb18e19bb6 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 22 Sep 2007 00:59:27 +0000 Subject: (svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Industries. This bit enables the protection of the last instance of an industry type once raise. --- src/industry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index 265f2a333..d2fabf2dd 100644 --- a/src/industry.h +++ b/src/industry.h @@ -81,6 +81,7 @@ enum IndustyBehaviour { INDUSTRYBEH_AIRPLANE_ATTACKS = 1 << 11, ///< can be exploded by a military airplane (oil refinery) INDUSTRYBEH_CHOPPER_ATTACKS = 1 << 12, ///< can be exploded by a military helicopter (factory) INDUSTRYBEH_CAN_SUBSIDENCE = 1 << 13, ///< can cause a subsidence (coal mine, shaft that collapses) + INDUSTRYBEH_CANCLOSE_LASTINSTANCE = 1 << 17, ///< Allow closing down the last instance of this type }; -- cgit v1.2.3-54-g00ecf