Changeset - r4982:1bce3b67679d
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-10-28 11:54:53
tron@openttd.org
(svn r6985) Remove stuff forgotten in r6984
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
station_cmd.c
Show inline comments
 
@@ -30,18 +30,12 @@
 
#include "industry_map.h"
 
#include "newgrf_callbacks.h"
 
#include "newgrf_station.h"
 
#include "yapf/yapf.h"
 
#include "date.h"
 

	
 
enum {
 
	/* Max roadstops: 64000 (32 * 2000) */
 
	ROADSTOP_POOL_BLOCK_SIZE_BITS = 5,       /* In bits, so (1 << 5) == 32 */
 
	ROADSTOP_POOL_MAX_BLOCKS      = 2000,
 
};
 

	
 
/**
 
 * Called if a new block is added to the station-pool
 
 */
 
static void StationPoolNewBlock(uint start_item)
 
{
 
	Station *st;
0 comments (0 inline, 0 general)