[Scummvm-git-logs] scummvm master -> e655e5f9da8a9be7ce8f716dd00b955c2d2f7f4a

sev- sev at scummvm.org
Sat Oct 23 07:16:26 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:
e655e5f9da GROOVIE: Fix copy/paste error in Gallery puzzle


Commit: e655e5f9da8a9be7ce8f716dd00b955c2d2f7f4a
    https://github.com/scummvm/scummvm/commit/e655e5f9da8a9be7ce8f716dd00b955c2d2f7f4a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-23T10:15:57+03:00

Commit Message:
GROOVIE: Fix copy/paste error in Gallery puzzle

Changed paths:
    engines/groovie/logic/gallery.cpp


diff --git a/engines/groovie/logic/gallery.cpp b/engines/groovie/logic/gallery.cpp
index 6ae6c4a4e6..90bbc4bb4f 100644
--- a/engines/groovie/logic/gallery.cpp
+++ b/engines/groovie/logic/gallery.cpp
@@ -142,7 +142,6 @@ byte GalleryGame::galleryAI(byte *pieceStatus, int depth) {
 				status2[j] = pieceStatus[j];
 
 			byte curLink = kGalleryLinks[i][0];
-			pieceStatus[i] = kPieceUnselected;
 			status2[i] = 0;
 			selectedPieces = 1;
 




More information about the Scummvm-git-logs mailing list