[Scummvm-git-logs] scummvm master -> 5b534f271efb3762609eb833f533dd87de949588

a-yyg 76591232+a-yyg at users.noreply.github.com
Thu Aug 5 19:27:51 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5b534f271e SAGA2: Fix typo in saveActiveItemStates


Commit: 5b534f271efb3762609eb833f533dd87de949588
    https://github.com/scummvm/scummvm/commit/5b534f271efb3762609eb833f533dd87de949588
Author: a/ (yuri.kgpps at gmail.com)
Date: 2021-08-06T04:27:26+09:00

Commit Message:
SAGA2: Fix typo in saveActiveItemStates

Changed paths:
    engines/saga2/tile.cpp


diff --git a/engines/saga2/tile.cpp b/engines/saga2/tile.cpp
index c905cd4694..61553b0520 100644
--- a/engines/saga2/tile.cpp
+++ b/engines/saga2/tile.cpp
@@ -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




More information about the Scummvm-git-logs mailing list