CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Philippe Plantier <[EMAIL PROTECTED]>   05/05/29 19:40:28

Modified files:
        data/terrain-graphics: buildings.cfg 

Log message:
        Fixed an ugly error in the {BUILDING_FLAG} and {BUILDING_PROBABILITY} 
macros.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/terrain-graphics/buildings.cfg.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/data/terrain-graphics/buildings.cfg
diff -u wesnoth/data/terrain-graphics/buildings.cfg:1.3 
wesnoth/data/terrain-graphics/buildings.cfg:1.4
--- wesnoth/data/terrain-graphics/buildings.cfg:1.3     Sun Jul 25 18:31:45 2004
+++ wesnoth/data/terrain-graphics/buildings.cfg Sun May 29 19:40:27 2005
@@ -17,7 +17,7 @@
        [tile]
                x=0
                y=0
-               type={KEEP}
+               type={LETTER}
                has_flag={FLAG}
                {IMAGE}
        [/tile]
@@ -31,7 +31,7 @@
        [tile]
                x=0
                y=0
-               type={KEEP}
+               type={LETTER}
                probability={PROBABILITY}
                {IMAGE}
        [/tile]


Reply via email to