This commit is contained in:
Eric S. Raymond 2008-08-18 23:55:40 +00:00
parent d2b9902432
commit 3870c6efd7

View file

@ -306,6 +306,12 @@ filemoves = (
("1.3.14", (
("{AMLA_TOUGH 3}", "{AMLA_DEFAULT}"),
)),
("1.5", (
("grassland=", "flat="),
("tundra=", "frozen="),
("cavewall=", "impassable="),
("canyon=", "unwalkable="),
)),
# An empty sentinel value at end is required.
("trunk", ()),
)