wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src playturn.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src playturn.cpp
Date: Sat, 27 Aug 2005 16:27:39 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    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 <address@hidden>
    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

[Prev in Thread] Current Thread [Next in Thread]