From d0c97b98e477cfdf46ed7f36fd16c64f7943d551 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 17 Jan 2005 15:11:19 +0000 Subject: Committing Allegro -> SDL switch, hugely breaking the game. --- src/gui/chat.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/chat.cpp') diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 4d1f23ce..8c08b545 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -95,11 +95,11 @@ void ChatBox::draw(gcn::Graphics *graphics) graphics->drawRectangle(gcn::Rectangle(0, 0, getWidth(), getHeight())); getAbsolutePosition(x, y); - set_trans_blender(0, 0, 0, 100); - drawing_mode(DRAW_MODE_TRANS, NULL, 0, 0); - rectfill(buffer, x, y, x + getWidth(), y + getHeight(), - makecol(255, 255, 255)); - drawing_mode(DRAW_MODE_SOLID, NULL, 0, 0); + //set_trans_blender(0, 0, 0, 100); + //drawing_mode(DRAW_MODE_TRANS, NULL, 0, 0); + //rectfill(buffer, x, y, x + getWidth(), y + getHeight(), + // makecol(255, 255, 255)); + //drawing_mode(DRAW_MODE_SOLID, NULL, 0, 0); for (iter = chatlog.begin(); iter != chatlog.end(); iter++) { line = *iter; -- cgit v1.2.3-70-g09d2