File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
town_cmd.c
Show inline comments
 
@@ -15,12 +15,13 @@
 
#include "player.h"
 
#include "news.h"
 
#include "saveload.h"
 
#include "economy.h"
 
#include "gui.h"
 
#include "network.h"
 
#include "variables.h"
 

	
 
enum {
 
	/* Max towns: 64000 (8 * 8000) */
 
	TOWN_POOL_BLOCK_SIZE_BITS = 3,       /* In bits, so (1 << 3) == 8 */
 
	TOWN_POOL_MAX_BLOCKS      = 8000,
 
};