Stearn Vault
Home › Forums › Projects › MWEdit › Reply To: MWEdit
Buffer.Format(_T("%d"), (int)(byte)pLongData->Strength); Those lines can probably remove the byte cast as they just cast it to int before the variables are used anyways.
Buffer.Format(_T("%d"), (int)(byte)pLongData->Strength);