From d94bef9d5ce4a2ce83528e1c4346597dec22e843 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 May 2008 13:47:55 +0000 Subject: (svn r13102) -Codechange: make a class of the NewsWindow. --- src/economy.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 395d92a86..adf587f4c 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -592,8 +592,6 @@ static void PlayersCheckBankrupt(Player *p) void DrawNewsBankrupcy(Window *w, const NewsItem *ni) { - DrawNewsBorder(w); - Player *p = GetPlayer((PlayerID)GB(ni->data_b, 0, 4)); DrawPlayerFace(p->face, p->player_color, 2, 23); GfxFillRect(3, 23, 3 + 91, 23 + 118, PALETTE_TO_STRUCT_GREY | (1 << USE_COLORTABLE)); -- cgit v1.2.3-70-g09d2