diff --git a/src/gfx/pal_spec.cpp b/src/gfx/pal_spec.cpp index 05970f89..40a777d0 100644 --- a/src/gfx/pal_spec.cpp +++ b/src/gfx/pal_spec.cpp @@ -649,7 +649,6 @@ void parseExternalPalSpec(char const *arg) { // Some parsers read the file in text mode, others in binary mode if (!file.open(path, search->second.second ? std::ios::in | std::ios::binary : std::ios::in)) { fatal("Failed to open palette file \"%s\": %s", path, strerror(errno)); - return; } search->second.first(path, file);