src/town.h
changeset 5838 9c3129cb019b
parent 5726 8f399788f6c9
child 6220 0c2371b1edda
--- a/src/town.h	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/town.h	Wed Jan 10 18:56:51 2007 +0000
@@ -36,7 +36,7 @@
 	// 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)
-	PlayerID exclusivity;        // which player has exslusivity
+	PlayerByte exclusivity;        // which player has exslusivity
 	uint8 exclusive_counter;     // months till the exclusivity expires
 	int16 ratings[MAX_PLAYERS];