(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:
truebrain 2012-01-01 10:50:38 +00:00
parent b111813d0b
commit a057b8c634
1 changed files with 1 additions and 1 deletions

View File

@ -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 */