src/player_base.h
branchNewGRF_ports
changeset 6878 7d1ff2f621c7
parent 6872 1c4a4a609f85
child 10184 fcf5fb2548eb
--- a/src/player_base.h	Sun Feb 03 20:34:26 2008 +0000
+++ b/src/player_base.h	Mon Mar 10 15:26:39 2008 +0000
@@ -62,7 +62,7 @@
 	bool is_active;
 	bool is_ai;
 
-	Money yearly_expenses[3][13];
+	Money yearly_expenses[3][EXPENSES_END];
 	PlayerEconomyEntry cur_economy;
 	PlayerEconomyEntry old_economy[24];
 	EngineRenewList engine_renew_list; ///< Defined later