Formats: Change skip string format

Former-commit-id: 75952d298efb69bd9b77df31ee8dc1548442d071
This commit is contained in:
Lynix
2016-03-09 12:41:39 +01:00
parent 1a95c314ff
commit b4e98dc7fc
10 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ namespace Nz
Ternary Check(Stream& stream, const ImageParams& parameters)
{
bool skip;
if (parameters.custom.GetBooleanParameter("NativeSTBLoader_Skip", &skip) && skip)
if (parameters.custom.GetBooleanParameter("SkipNativeSTBLoader", &skip) && skip)
return Ternary_False;
int width, height, bpp;