CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/07/23 12:48:50
Modified files:
data : terrain.cfg
Log message:
moved custom terrain to end
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/terrain.cfg.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
Patches:
Index: wesnoth/data/terrain.cfg
diff -u wesnoth/data/terrain.cfg:1.62 wesnoth/data/terrain.cfg:1.63
--- wesnoth/data/terrain.cfg:1.62 Sat Jul 16 18:51:56 2005
+++ wesnoth/data/terrain.cfg Sat Jul 23 12:48:49 2005
@@ -420,19 +420,6 @@
char=X
[/terrain]
-# 'x', 'y' and 'z' are reserved chars
-# They can be used at the discretion of campaign designers
-
-#ifdef CAMPAIGN_EASTERN_INVASION
-[terrain]
-symbol_image=castle
-id=castle
-name= _ "Castle"
-char=y
-aliasof=W
-[/terrain]
-#endif
-
[terrain]
symbol_image=castle-ruin-tile
id=ruin
@@ -483,4 +470,17 @@
aliasof=X
[/terrain]
+
+# 'x', 'y' and 'z' are reserved chars
+# They can be used at the discretion of campaign designers
+
+#ifdef CAMPAIGN_EASTERN_INVASION
+[terrain]
+symbol_image=castle
+id=castle
+name= _ "Castle"
+char=y
+aliasof=W
+[/terrain]
+#endif