mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Implement unique IDs and card linking
This commit is contained in:
@@ -181,7 +181,7 @@ void TokenIterator::readToken() {
|
||||
newline = true;
|
||||
} else if (isSpace(c)) {
|
||||
++pos;
|
||||
// ignore
|
||||
// ignore
|
||||
} else if (is_substr(pos, end, "include localized file:")) {
|
||||
pos += 23; // "include localized file:"
|
||||
const char* newlines = "\r\n";
|
||||
|
||||
Reference in New Issue
Block a user