src/variables.h
changeset 8153 32f871f7e7f7
parent 8139 16ad832aa538
child 8230 7b40f75cba12
--- a/src/variables.h	Sun Sep 30 15:37:24 2007 +0000
+++ b/src/variables.h	Sun Sep 30 17:38:42 2007 +0000
@@ -244,6 +244,9 @@
 	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;