(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:
		@@ -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 */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user