CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 04/10/09 22:45:09

Modified files:
        src            : mapgen_dialog.cpp 

Log message:
        fixed compile warning

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

Patches:
Index: wesnoth/src/mapgen_dialog.cpp
diff -u wesnoth/src/mapgen_dialog.cpp:1.26 wesnoth/src/mapgen_dialog.cpp:1.27
--- wesnoth/src/mapgen_dialog.cpp:1.26  Sat Oct  9 19:49:20 2004
+++ wesnoth/src/mapgen_dialog.cpp       Sat Oct  9 22:45:08 2004
@@ -273,7 +273,6 @@
 
 std::string default_map_generator::generate_map(const 
std::vector<std::string>& args, std::map<gamemap::location,std::string>* labels)
 {
-       const size_t hill_size = 
(hill_size_*width_*height_)/(default_width_*default_height_);
        size_t iterations = 
(iterations_*width_*height_)/(default_width_*default_height_);
        size_t island_size = 0;
        size_t island_off_center = 0;


Reply via email to