Formats: Change skip string format
Former-commit-id: 75952d298efb69bd9b77df31ee8dc1548442d071
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Nz
|
||||
Ternary Check(Stream& stream, const ImageParams& parameters)
|
||||
{
|
||||
bool skip;
|
||||
if (parameters.custom.GetBooleanParameter("NativePCXLoader_Skip", &skip) && skip)
|
||||
if (parameters.custom.GetBooleanParameter("SkipNativePCXLoader", &skip) && skip)
|
||||
return Ternary_False;
|
||||
|
||||
UInt8 manufacturer;
|
||||
|
||||
Reference in New Issue
Block a user