town_cmd.c
changeset 2791 ec219f29901b
parent 2737 fb1556b8f5e0
child 2817 cdf488223c23
equal deleted inserted replaced
2790:f99251c8e48a 2791:ec219f29901b
    18 #include "player.h"
    18 #include "player.h"
    19 #include "news.h"
    19 #include "news.h"
    20 #include "saveload.h"
    20 #include "saveload.h"
    21 #include "economy.h"
    21 #include "economy.h"
    22 #include "gui.h"
    22 #include "gui.h"
    23 #include "network.h"
       
    24 #include "variables.h"
    23 #include "variables.h"
    25 
    24 
    26 enum {
    25 enum {
    27 	/* Max towns: 64000 (8 * 8000) */
    26 	/* Max towns: 64000 (8 * 8000) */
    28 	TOWN_POOL_BLOCK_SIZE_BITS = 3,       /* In bits, so (1 << 3) == 8 */
    27 	TOWN_POOL_BLOCK_SIZE_BITS = 3,       /* In bits, so (1 << 3) == 8 */