SAGA2: Fix typo in saveActiveItemStates

This commit is contained in:
a/ 2021-08-06 04:27:26 +09:00
parent f868f750d6
commit 5b534f271e

View File

@ -803,7 +803,7 @@ void saveActiveItemStates(Common::OutSaveFile *outS) {
}
// Copy the state data to the archive buffer
out->write(stateArray[i], arraySize);
out->write(bufferedStateArray, arraySize);
delete[] bufferedStateArray;
} else