src/command_type.h
changeset 8486 6118595a0091
parent 8230 64f28fe2d5c8
child 8500 133710926f7a
equal deleted inserted replaced
8485:00c2183c2a7f 8486:6118595a0091
   269 	DC_QUERY_COST      = 0x04, ///< query cost only,  don't build.
   269 	DC_QUERY_COST      = 0x04, ///< query cost only,  don't build.
   270 	DC_NO_WATER        = 0x08, ///< don't allow building on water
   270 	DC_NO_WATER        = 0x08, ///< don't allow building on water
   271 	DC_NO_RAIL_OVERLAP = 0x10, ///< don't allow overlap of rails (used in buildrail)
   271 	DC_NO_RAIL_OVERLAP = 0x10, ///< don't allow overlap of rails (used in buildrail)
   272 	DC_AI_BUILDING     = 0x20, ///< special building rules for AI
   272 	DC_AI_BUILDING     = 0x20, ///< special building rules for AI
   273 	DC_NO_TOWN_RATING  = 0x40, ///< town rating does not disallow you from building
   273 	DC_NO_TOWN_RATING  = 0x40, ///< town rating does not disallow you from building
   274 	DC_FORCETEST       = 0x80, ///< force test too.
       
   275 };
   274 };
   276 
   275 
   277 /**
   276 /**
   278  * Used to combine a StringID with the command.
   277  * Used to combine a StringID with the command.
   279  *
   278  *