summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 13:47:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 13:47:55 +0000
commitd94bef9d5ce4a2ce83528e1c4346597dec22e843 (patch)
tree2bfca0116947a95d751656ffb0030bcf8f84cd36 /src/economy.cpp
parentd1ab9908bc10190160eb7d952ad6187e32738802 (diff)
downloadopenttd-d94bef9d5ce4a2ce83528e1c4346597dec22e843.tar.xz
(svn r13102) -Codechange: make a class of the NewsWindow.
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp2
1 files changed, 0 insertions, 2 deletions
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));