town.h
changeset 1377 2a418162176e
parent 1362 adfd229bdc01
child 1784 6eb3ab1bc33c
--- a/town.h	Thu Feb 17 07:49:31 2005 +0000
+++ b/town.h	Thu Feb 17 10:56:19 2005 +0000
@@ -35,14 +35,14 @@
 	int16 ratings[MAX_PLAYERS];
 
 	// Maximum amount of passengers and mail that can be transported.
-	uint16 max_pass;
-	uint16 max_mail;
-	uint16 new_max_pass;
-	uint16 new_max_mail;
-	uint16 act_pass;
-	uint16 act_mail;
-	uint16 new_act_pass;
-	uint16 new_act_mail;
+	uint32 max_pass;
+	uint32 max_mail;
+	uint32 new_max_pass;
+	uint32 new_max_mail;
+	uint32 act_pass;
+	uint32 act_mail;
+	uint32 new_act_pass;
+	uint32 new_act_mail;
 
 	// Amount of passengers that were transported.
 	byte pct_pass_transported;