[Scummvm-git-logs] scummvm master -> 076074ec88e0234af4bfc973a90d74a3ccaad397
sev-
noreply at scummvm.org
Fri May 24 20:21:58 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:
076074ec88 SCUMM: Fix compilation
Commit: 076074ec88e0234af4bfc973a90d74a3ccaad397
https://github.com/scummvm/scummvm/commit/076074ec88e0234af4bfc973a90d74a3ccaad397
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-24T22:21:39+02:00
Commit Message:
SCUMM: Fix compilation
Changed paths:
engines/scumm/script_v6.cpp
diff --git a/engines/scumm/script_v6.cpp b/engines/scumm/script_v6.cpp
index 89a20062ffe..8fd330a4828 100644
--- a/engines/scumm/script_v6.cpp
+++ b/engines/scumm/script_v6.cpp
@@ -527,6 +527,7 @@ void ScummEngine_v6::o6_pushWordVar() {
}
writeVar(0x4000 + 4, sprintGain);
}
+ }
// This code will change the velocity of the hit based on the pitch thrown, and the location of the pitch itself.
if (_game.id == GID_BASEBALL2001 && _currentRoom == 4 && vm.slot[_currentScript].number == 2090 && readVar(399) == 1) {
More information about the Scummvm-git-logs
mailing list