[Scummvm-git-logs] scummvm master -> 5501119fbfb90acd28cc5b2f06cc30b3bde4f170
bluegr
noreply at scummvm.org
Wed Feb 15 07:43:27 UTC 2023
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:
5501119fbf SCUMM HE: Fix loading playbooks in Football 2002.
Commit: 5501119fbfb90acd28cc5b2f06cc30b3bde4f170
https://github.com/scummvm/scummvm/commit/5501119fbfb90acd28cc5b2f06cc30b3bde4f170
Author: Little Cat (toontownlittlecat at gmail.com)
Date: 2023-02-15T09:43:23+02:00
Commit Message:
SCUMM HE: Fix loading playbooks in Football 2002.
Changed paths:
engines/scumm/he/logic/football.cpp
diff --git a/engines/scumm/he/logic/football.cpp b/engines/scumm/he/logic/football.cpp
index 427b8cd8ca0..143ffe3cde0 100644
--- a/engines/scumm/he/logic/football.cpp
+++ b/engines/scumm/he/logic/football.cpp
@@ -473,7 +473,6 @@ int LogicHEfootball2002::getPlaybookFiles(int32 *args) {
// Now store the result in an array
int array = _vm->setupStringArray(output.size());
Common::strlcpy((char *)_vm->getStringAddress(array), output.c_str(), output.size() + 1);
- _vm->getResourceSize(rtString, array);
// And store the array index in variable 108
writeScummVar(108, array);
More information about the Scummvm-git-logs
mailing list