whitspace changes, removed wrong comment

This commit is contained in:
TheXaman 2022-09-02 18:53:51 +02:00
parent b4b3e84cbd
commit 13cc640b78
2 changed files with 4 additions and 4 deletions

View File

@ -398,8 +398,8 @@ string generate_map_constants_text(string groups_filepath, Json groups_data) {
for (auto &group : groups_data["group_order"].array_items()) {
text << "// " << group.string_value() << "\n";
vector<Json> map_ids;
size_t max_length = 0;
size_t max_length = 0; //DEBUG
int map_count = 0; //DEBUG
for (auto &map_name : groups_data[group.string_value()].array_items()) {