mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 22:21:12 +00:00
Merge pull request #1336 from winterheart/master
Added PCC as PCX variation
This commit is contained in:
commit
108b754592
@ -119,7 +119,8 @@ FileFormat detect_format_by_file_extension(const std::string& filename)
|
||||
if (ext == "pal")
|
||||
return FileFormat::PAL_PALETTE;
|
||||
|
||||
if (ext == "pcx")
|
||||
if (ext == "pcx" ||
|
||||
ext == "pcc")
|
||||
return FileFormat::PCX_IMAGE;
|
||||
|
||||
if (ext == "anim")
|
||||
|
Loading…
x
Reference in New Issue
Block a user