mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
SAGA2: Fix typo in saveActiveItemStates
This commit is contained in:
parent
f868f750d6
commit
5b534f271e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user