town.h
changeset 121 c2f18f4d8be1
parent 4 cad62d5f9708
child 193 0a7025304867
--- a/town.h	Mon Aug 23 20:38:42 2004 +0000
+++ b/town.h	Mon Aug 23 21:04:39 2004 +0000
@@ -29,6 +29,8 @@
 	// Player ratings as well as a mask that determines which players have a rating.
 	byte have_ratings;
 	uint8 unwanted[MAX_PLAYERS]; // how many months companies aren't wanted by towns (bribe)
+	uint8 exclusivity;	     // which player has exslusivity
+	uint8 exclusive_counter;     // months till the exclusivity expires
 	int16 ratings[MAX_PLAYERS];
 		
 	// Maximum amount of passengers and mail that can be transported.