Untitled
unknown
plain_text
a year ago
394 B
11
Indexable
if (itemsdatVersion >= 13) memPos += 4;
if (itemsdatVersion >= 14) memPos += 4;
if (itemsdatVersion >= 15) {
memPos += 25;
int16_t strLen = *(int16_t*)&data[memPos];
memPos += 2 + strLen;
}
if (itemsdatVersion >= 16) {
int16_t strLen = *(int16_t*)&data[memPos];
memPos += 2 + strLen;
}
if (itemsdatVersion >= 17) memPos += 4;
if (itemsdatVersion >= 18) memPos += 4;Editor is loading...
Leave a Comment