summaryrefslogtreecommitdiffstats
path: root/crawl-ref/dolinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/dolinks.sh')
-rw-r--r--crawl-ref/dolinks.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh
index 1cf8032af6..03fd25be58 100644
--- a/crawl-ref/dolinks.sh
+++ b/crawl-ref/dolinks.sh
@@ -16,4 +16,5 @@ if [ -d tiles ]; then
true
else
ln -sf source/rltiles tiles
+ pushd source/dat/tiles ; ln -sf ../../rltiles/*.png . ; popd
fi