mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Phrase error messages as "Failed to", not "Could not" or "Couldn't" (#1298)
This commit is contained in:
@@ -606,7 +606,7 @@ static std::tuple<DefaultInitVec<size_t>, std::vector<Palette>>
|
||||
|
||||
if (iter == palettes.end()) {
|
||||
assert(!protoPal.empty());
|
||||
error("Could not fit tile colors [%s] in specified palettes", listColors(protoPal));
|
||||
error("Failed to fit tile colors [%s] in specified palettes", listColors(protoPal));
|
||||
bad = true;
|
||||
}
|
||||
mappings[i] = iter - palettes.begin(); // Bogus value, but whatever
|
||||
|
||||
Reference in New Issue
Block a user