We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e05a7f commit bf9c80bCopy full SHA for bf9c80b
XTConvert/src/libxtconvert.cpp
@@ -163,8 +163,8 @@ static bool validate_image_filename(const QString& filename, QString& type, QStr
163
164
static const std::array<std::pair<const char*, unsigned int>, 17> valid_types = {{
165
{"background", 200}, {"background2", 100}, {"block", 700}, {"effect", 200}, {"level", 100},
166
- {"link", 7}, {"luigi", 7}, {"mario", 7}, {"npc", 302}, {"path", 100},
167
- {"peach", 7}, {"player", 5}, {"scene", 100}, {"tile", 400}, {"toad", 7},
+ {"link", 11}, {"luigi", 11}, {"mario", 11}, {"npc", 306}, {"path", 100},
+ {"peach", 11}, {"player", 5}, {"scene", 100}, {"tile", 400}, {"toad", 11},
168
{"yoshib", 10}, {"yoshit", 10}
169
}};
170
0 commit comments