Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4030

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.