mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-10 08:17:05 +00:00
(svn r23699) -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created.
This commit is contained in:
parent
b111813d0b
commit
a057b8c634
@ -17,7 +17,7 @@
|
|||||||
#include "goal_type.h"
|
#include "goal_type.h"
|
||||||
#include "core/pool_type.hpp"
|
#include "core/pool_type.hpp"
|
||||||
|
|
||||||
typedef Pool<Goal, GoalID, 1, MAX_COMPANIES> GoalPool;
|
typedef Pool<Goal, GoalID, 1, 256> GoalPool;
|
||||||
extern GoalPool _goal_pool;
|
extern GoalPool _goal_pool;
|
||||||
|
|
||||||
/** Struct about subsidies, offered and awarded */
|
/** Struct about subsidies, offered and awarded */
|
||||||
|
Loading…
Reference in New Issue
Block a user