From: Arvid Norlander Date: Sat, 3 Feb 2007 14:38:29 +0000 (+0000) Subject: Fixed wrong filename in worldmap.strf X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1e7814dd20cc9024d19698979778b78d5e611fcd;p=supertux.git Fixed wrong filename in worldmap.strf SVN-Revision: 4778 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index 88470b573..8e6e9b038 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -142,7 +142,9 @@ ) (tile (id 8) - (images "worldmap/antarctica/ground.png") + (images + (region "worldmap/antarctica/roads.png" 96 96 32 32) + ) (north #f) (south #f) (east #f)