equal
deleted
inserted
replaced
44 static void DoSelectPlayerFace(PlayerID player, bool show_big); |
44 static void DoSelectPlayerFace(PlayerID player, bool show_big); |
45 |
45 |
46 static void DrawPlayerEconomyStats(const Player *p, byte mode) |
46 static void DrawPlayerEconomyStats(const Player *p, byte mode) |
47 { |
47 { |
48 int x, y, i, j, year; |
48 int x, y, i, j, year; |
49 const Money (*tbl)[13]; |
49 const Money (*tbl)[EXPENSES_END]; |
50 Money sum, cost; |
50 Money sum, cost; |
51 StringID str; |
51 StringID str; |
52 |
52 |
53 if (!(mode & 1)) { // normal sized economics window (mode&1) is minimized status |
53 if (!(mode & 1)) { // normal sized economics window (mode&1) is minimized status |
54 /* draw categories */ |
54 /* draw categories */ |