Untitled
unknown
plain_text
14 days ago
394 B
5
Indexable
Never
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;
Leave a Comment