(svn r12090) -Codechange : removed a magic number and code style application on enum ExpensesType
This commit is contained in:
@@ -46,7 +46,7 @@ static void DoSelectPlayerFace(PlayerID player, bool show_big);
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user