CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 05/03/09 20:39:21

Modified files:
        src            : cavegen.cpp 

Log message:
        indent

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

Patches:
Index: wesnoth/src/cavegen.cpp
diff -u wesnoth/src/cavegen.cpp:1.16 wesnoth/src/cavegen.cpp:1.17
--- wesnoth/src/cavegen.cpp:1.16        Mon Feb 21 09:05:51 2005
+++ wesnoth/src/cavegen.cpp     Wed Mar  9 20:39:20 2005
@@ -11,7 +11,7 @@
 
 cave_map_generator::cave_map_generator(const config* cfg) : wall_('W'), 
clear_('u'), village_('D'), castle_('o'),
                                                             cfg_(cfg), 
width_(50), height_(50), village_density_(0),
-                                                                               
                                        flipx_(false), flipy_(false)
+                                                           flipx_(false), 
flipy_(false)
 {
        if(cfg_ == NULL) {
                static const config default_cfg;


Reply via email to