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

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

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


From: Bram Ridder
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor.cpp
Date: Tue, 12 Jul 2005 15:59:16 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Bram Ridder <address@hidden>    05/07/12 19:59:16

Modified files:
        src/editor     : editor.cpp 

Log message:
        Function verify_file now returns a value...

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

Patches:
Index: wesnoth/src/editor/editor.cpp
diff -u wesnoth/src/editor/editor.cpp:1.107 wesnoth/src/editor/editor.cpp:1.108
--- wesnoth/src/editor/editor.cpp:1.107 Sun Jul 10 11:02:25 2005
+++ wesnoth/src/editor/editor.cpp       Tue Jul 12 19:59:16 2005
@@ -1082,6 +1082,8 @@
                }
                return false;
        }
+
+       return true;
 }
 void map_editor::show_menu(const std::vector<std::string>& items_arg, const 
int xloc,
                                                   const int yloc, const bool 
/*context_menu*/) {




reply via email to

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