[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src mapgen_dialog.cpp
From: |
David White |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src mapgen_dialog.cpp |
Date: |
Sat, 09 Oct 2004 18:52:21 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <address@hidden> 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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src mapgen_dialog.cpp,
David White <=