Skip to content

Commit bf9c80b

Browse files
committed
libxtconvert.cpp: update graphics array bounds
1 parent 0e05a7f commit bf9c80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XTConvert/src/libxtconvert.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ static bool validate_image_filename(const QString& filename, QString& type, QStr
163163

164164
static const std::array<std::pair<const char*, unsigned int>, 17> valid_types = {{
165165
{"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},
166+
{"link", 11}, {"luigi", 11}, {"mario", 11}, {"npc", 306}, {"path", 100},
167+
{"peach", 11}, {"player", 5}, {"scene", 100}, {"tile", 400}, {"toad", 11},
168168
{"yoshib", 10}, {"yoshit", 10}
169169
}};
170170

0 commit comments

Comments
 (0)