Changeset - r18840:3a4fb00b624e
[Not reviewed]
master
0 1 0
truebrain - 12 years ago 2012-01-01 10:50:38
truebrain@openttd.org
(svn r23699) -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/goal_base.h
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)