minor changes after merge

This commit is contained in:
Bob Kenny 2016-01-21 02:00:08 -05:00
parent 254490f050
commit 3d871c223c

View File

@ -1899,12 +1899,16 @@ bool PRS1Import::ParseSummaryF0V6()
//don't know yet. data size is the '5' plus 4 bytes //don't know yet. data size is the '5' plus 4 bytes
data2Ptr += 5; data2Ptr += 5;
break; break;
case 6:
//don't know yet. data size is the '5' plus 1 byte
data2Ptr += 2;
break;
case 8: case 8:
//don't know yet. data size is the '8' plus 27 bytes (might be a '0' in here...not enough different types found yet) //don't know yet. data size is the '8' plus 27 bytes (might be a '0' in here...not enough different types found yet)
data2Ptr += 28; data2Ptr += 28;
break; break;
default: default:
qDebug() << "PRS1Loader::ParseSummaryF0V6=" << "Unknown datablock2 value:" << (zero + *dataPtr) ; qDebug() << "PRS1Loader::ParseSummaryF0V6=" << "Unknown datablock2 value:" << (zero + *data2Ptr) ;
} }
} }
// need to populate summary-> // need to populate summary->