# HG changeset patch # User nemo # Date 1354409877 18000 # Node ID 7834c251907041e125ab620eef83468ba7cfb51e # Parent 70e980278080ad60e795a79faffdefd4a6356ff5 fix mask only 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;