forked from mirror/OpenTTD
(svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "town_type.h"
|
||||
#include "date_type.h"
|
||||
|
||||
typedef Pool<Object, ObjectID, 64, 64000> ObjectPool;
|
||||
typedef Pool<Object, ObjectID, 64, 0xFF0000> ObjectPool;
|
||||
extern ObjectPool _object_pool;
|
||||
|
||||
/** An object, such as transmitter, on the map. */
|
||||
|
Reference in New Issue
Block a user