(svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore

This commit is contained in:
smatz
2008-02-04 22:44:05 +00:00
parent dbfdc5df94
commit 23c669fe50
2 changed files with 1 additions and 2 deletions

View File

@@ -271,7 +271,6 @@ enum {
DC_NO_RAIL_OVERLAP = 0x10, ///< don't allow overlap of rails (used in buildrail)
DC_AI_BUILDING = 0x20, ///< special building rules for AI
DC_NO_TOWN_RATING = 0x40, ///< town rating does not disallow you from building
DC_FORCETEST = 0x80, ///< force test too.
};
/**