[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src mapgen.cpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src mapgen.cpp |
Date: |
Sat, 22 Jan 2005 07:08:48 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 05/01/22 12:08:47
Modified files:
src : mapgen.cpp
Log message:
Remove warning about multiline comment.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/mapgen.cpp.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
Patches:
Index: wesnoth/src/mapgen.cpp
diff -u wesnoth/src/mapgen.cpp:1.52 wesnoth/src/mapgen.cpp:1.53
--- wesnoth/src/mapgen.cpp:1.52 Fri Jan 21 20:07:30 2005
+++ wesnoth/src/mapgen.cpp Sat Jan 22 12:08:46 2005
@@ -961,7 +961,7 @@
//convert to bridge means that we want to
convert depending
//upon the direction the road is going.
//typically it will be in a format like,
- //convert_to_bridge=|,/,\
+ //convert_to_bridge=\,|,/
// '|' will be used if the road is going
north-south
// '/' will be used if the road is going south
west-north east
// '\' will be used if the road is going south
east-north west