src/player_gui.cpp
branchNewGRF_ports
changeset 6878 7d1ff2f621c7
parent 6872 1c4a4a609f85
child 10184 fcf5fb2548eb
--- a/src/player_gui.cpp	Sun Feb 03 20:34:26 2008 +0000
+++ b/src/player_gui.cpp	Mon Mar 10 15:26:39 2008 +0000
@@ -46,7 +46,7 @@
 static void DrawPlayerEconomyStats(const Player *p, byte mode)
 {
 	int x, y, i, j, year;
-	const Money (*tbl)[13];
+	const Money (*tbl)[EXPENSES_END];
 	Money sum, cost;
 	StringID str;