(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
This commit is contained in:
@@ -244,6 +244,9 @@ struct Patches {
|
||||
bool autoslope; ///< Allow terraforming under things.
|
||||
|
||||
bool mod_road_rebuild; ///< Roadworks remove unneccesary RoadBits
|
||||
|
||||
bool exclusive_rights; ///< allow buying exclusive rights
|
||||
bool give_money; ///< allow giving other players money
|
||||
};
|
||||
|
||||
VARDEF Patches _patches;
|
||||
|
Reference in New Issue
Block a user