mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-08 23:34:15 +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 "core/pool_type.hpp"
|
||||
|
||||
typedef Pool<Goal, GoalID, 1, MAX_COMPANIES> GoalPool;
|
||||
typedef Pool<Goal, GoalID, 1, 256> GoalPool;
|
||||
extern GoalPool _goal_pool;
|
||||
|
||||
/** Struct about subsidies, offered and awarded */
|
||||
|
Loading…
Reference in New Issue
Block a user