src/player_gui.cpp
changeset 8515 20b5c6e8415e
parent 8343 a6b70ddd862b
child 8867 f6019b3c193b
equal deleted inserted replaced
8514:9099177c0c87 8515:20b5c6e8415e
    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 */