mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r6985) Remove stuff forgotten in r6984
This commit is contained in:
parent
f0836260e8
commit
02ae75b380
@ -33,12 +33,6 @@
|
||||
#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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user