diff --git a/ResourceFiles/ResInfo.cc b/ResourceFiles/ResInfo.cc index db7e91ca64..a3d966fae4 100644 --- a/ResourceFiles/ResInfo.cc +++ b/ResourceFiles/ResInfo.cc @@ -16,7 +16,8 @@ map formats { {"macbin", ResourceFile::Format::macbin}, {"basilisk", ResourceFile::Format::basilisk}, {"applesingle", ResourceFile::Format::applesingle}, - {"underscore_appledouble", ResourceFile::Format::underscore_appledouble} + {"underscore_appledouble", ResourceFile::Format::underscore_appledouble}, + {"percent_appledouble", ResourceFile::Format::percent_appledouble} }; map reverseFormats;