[Scummvm-git-logs] scummvm master -> 82a8c08e1593fe9e64d5516e48dbd032125ab024
sev-
noreply at scummvm.org
Wed Nov 13 00:49:25 UTC 2024
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:
82a8c08e15 GROOVIE: Fix memory override
Commit: 82a8c08e1593fe9e64d5516e48dbd032125ab024
https://github.com/scummvm/scummvm/commit/82a8c08e1593fe9e64d5516e48dbd032125ab024
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-13T01:49:13+01:00
Commit Message:
GROOVIE: Fix memory override
Changed paths:
engines/groovie/logic/tlcgame.h
diff --git a/engines/groovie/logic/tlcgame.h b/engines/groovie/logic/tlcgame.h
index 3cd3c44dfbd..60f5fa75961 100644
--- a/engines/groovie/logic/tlcgame.h
+++ b/engines/groovie/logic/tlcgame.h
@@ -64,7 +64,7 @@ struct TlcTatHeader {
};
struct TlcTatAnswer {
- uint8 binScore[8];
+ uint8 binScore[16];
};
struct TlcTatQuestions {
More information about the Scummvm-git-logs
mailing list