Changeset - r20292:8df9b08a97df
[Not reviewed]
master
0 2 0
zuu - 11 years ago 2013-05-27 21:59:11
zuu@openttd.org
(svn r25299) -Feature: Allow more concurrent goals in a game
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/goal_base.h
Show inline comments
 
@@ -16,7 +16,7 @@
 
#include "goal_type.h"
 
#include "core/pool_type.hpp"
 

	
 
typedef Pool<Goal, GoalID, 1, 256> GoalPool;
 
typedef Pool<Goal, GoalID, 64, 64000> GoalPool;
 
extern GoalPool _goal_pool;
 

	
 
/** Struct about goals, current and completed */
src/script/api/game_changelog.hpp
Show inline comments
 
@@ -28,6 +28,7 @@
 
 * \li GSTile::GetTerrainType
 
 *
 
 * Other changes:
 
 * \li GSGoal::New can now create up to 64000 concurrent goals. The old limit was 256 goals.
 
 * \li GSStation::GetRating does return -1 for cargo-station combinations that
 
 *     do not have a rating yet instead of returning 69.
 
 *
0 comments (0 inline, 0 general)