diff -r 70e980278080 -r 7834c2519070 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Sun Dec 02 00:31:35 2012 +0100 +++ b/hedgewars/uLand.pas Sat Dec 01 19:57:57 2012 -0500 @@ -596,7 +596,7 @@ begin map:= cPathz[ptMapCurrent] + '/map.png'; mask:= cPathz[ptMapCurrent] + '/mask.png'; - if (not(FileExists(map)) and FileExists(mask)) then + if (not(pfsExists(map)) and pfsExists(mask)) then begin maskOnly:= true; LoadMask;