hedgewars/uLand.pas
changeset 8182 7834c2519070
parent 8060 341fa76d0749
child 8266 927da572bcdc
--- 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;