remove debug thing, blame jacob1

This commit is contained in:
jacob1 2018-03-11 23:03:11 -04:00
parent 138410c41f
commit 6d515c3009

View File

@ -2106,9 +2106,6 @@ char * GameSave::serialiseOPS(unsigned int & dataLength)
//Store saved particle index+1 for this partsptr index (0 means not saved) //Store saved particle index+1 for this partsptr index (0 means not saved)
partsSaveIndex[i] = (partsCount++) + 1; partsSaveIndex[i] = (partsCount++) + 1;
RESTRICTVERSION(94, 0);
RESTRICTRENDERVERSION(93, 0);
//Type (required) //Type (required)
partsData[partsDataLen++] = particles[i].type; partsData[partsDataLen++] = particles[i].type;