summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index 9d2b2e4a5..6e4fca1d2 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -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;