From a057b8c6349cf03f8d38acf56697d2e72cdc2380 Mon Sep 17 00:00:00 2001 From: truebrain Date: Sun, 1 Jan 2012 10:50:38 +0000 Subject: (svn r23699) -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created. --- src/goal_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/goal_base.h b/src/goal_base.h index 13776d22c..2d97782ed 100644 --- a/src/goal_base.h +++ b/src/goal_base.h @@ -17,7 +17,7 @@ #include "goal_type.h" #include "core/pool_type.hpp" -typedef Pool GoalPool; +typedef Pool GoalPool; extern GoalPool _goal_pool; /** Struct about subsidies, offered and awarded */ -- cgit v1.2.3-54-g00ecf