Untitled

 avatar
unknown
plain_text
10 months ago
394 B
9
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