From 98514cf63a1158cd9da1982b645661cd77e32f02 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Tue, 3 Apr 2007 21:12:04 +0000 Subject: [PATCH] fixed walk directions of plain grass tile SVN-Revision: 4960 --- data/images/worldmap.strf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index 2231d93e7..6ad73e6be 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -881,11 +881,11 @@ (tile (id 410) (images (region "worldmap/forest/forestwood.png" 96 32 32 32)) - (north #t) - (south #t) - (east #t) + (north #f) + (south #f) + (east #f) (west #f) - (stop #t)) + (stop #f)) (tile (id 411) (images (region "worldmap/forest/forestwood.png" 128 32 32 32)) -- 2.11.0