[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src playturn.cpp
From: |
Isaac Clerencia |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src playturn.cpp |
Date: |
Sun, 14 Nov 2004 19:05:22 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <address@hidden> 04/11/14 23:59:21
Modified files:
src : playturn.cpp
Log message:
Revert the "Message:" background
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.287&tr2=1.288&r1=text&r2=text
Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.287 wesnoth/src/playturn.cpp:1.288
--- wesnoth/src/playturn.cpp:1.287 Sat Nov 13 20:10:14 2004
+++ wesnoth/src/playturn.cpp Sun Nov 14 23:59:21 2004
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.287 2004/11/13 20:10:14 isaaccp Exp $ */
+/* $Id: playturn.cpp,v 1.288 2004/11/14 23:59:21 isaaccp Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -2524,13 +2524,11 @@
const SDL_Rect& area = gui_.map_area();
- const SDL_Color textbox_bg = {0,0,0,140};
-
const int border_size = 10;
const int ypos = area.y+area.h-30 - (textbox_.check != NULL ?
textbox_.check->height() + border_size : 0);
textbox_.label =
font::add_floating_label(label,font::SIZE_NORMAL,font::YELLOW_COLOUR,area.x+border_size,ypos,0,0,-1,
- area,font::LEFT_ALIGN, &textbox_bg);
+ area,font::LEFT_ALIGN);
if(textbox_.label == 0) {
return;
}