mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r6990) Remove stuff forgotten in r6980
This commit is contained in:
parent
bd562bc38b
commit
cb4918d06b
@ -16,12 +16,6 @@
|
||||
#include "saveload.h"
|
||||
#include "vehicle_gui.h"
|
||||
|
||||
enum {
|
||||
/* Max orders: 64000 (64 * 1000) */
|
||||
ORDER_POOL_BLOCK_SIZE_BITS = 6, /* In bits, so (1 << 6) == 64 */
|
||||
ORDER_POOL_MAX_BLOCKS = 1000,
|
||||
};
|
||||
|
||||
/**
|
||||
* Called if a new block is added to the order-pool
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user