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

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

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


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src cavegen.cpp
Date: Wed, 09 Mar 2005 15:39:21 -0500

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

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