CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 05/08/27 20:27:39

Modified files:
        src            : playturn.cpp 

Log message:
        fixed compile error

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.cpp.diff?tr1=1.392&tr2=1.393&r1=text&r2=text

Patches:
Index: wesnoth/src/playturn.cpp
diff -u wesnoth/src/playturn.cpp:1.392 wesnoth/src/playturn.cpp:1.393
--- wesnoth/src/playturn.cpp:1.392      Sat Aug 27 18:27:04 2005
+++ wesnoth/src/playturn.cpp    Sat Aug 27 20:27:39 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.cpp,v 1.392 2005/08/27 18:27:04 gruikya Exp $ */
+/* $Id: playturn.cpp,v 1.393 2005/08/27 20:27:39 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
    Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -164,6 +164,8 @@
 {
        events::pump();
        events::raise_process_event();
+
+       const int border_size = 10;
 
        if (gui_.video().modeChanged()) {
                if (textbox_.box != NULL) {


Reply via email to