[Scummvm-git-logs] scummvm master -> 769cfe7203215098d6cc38d541c3ab9e7d1f64c6
sev-
noreply at scummvm.org
Mon Sep 14 20:21:32 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
769cfe7203 SCUMM: Fix warning
Commit: 769cfe7203215098d6cc38d541c3ab9e7d1f64c6
https://github.com/scummvm/scummvm/commit/769cfe7203215098d6cc38d541c3ab9e7d1f64c6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-09-14T22:20:59+02:00
Commit Message:
SCUMM: Fix warning
Changed paths:
engines/scumm/script_v6.cpp
diff --git a/engines/scumm/script_v6.cpp b/engines/scumm/script_v6.cpp
index 834eb156db0..e1e99d50bb6 100644
--- a/engines/scumm/script_v6.cpp
+++ b/engines/scumm/script_v6.cpp
@@ -561,7 +561,6 @@ void ScummEngine_v6::o6_eq() {
// BACKYARD BASEBALL 2001 ONLINE CHANGES
#if defined(USE_ENET) && defined(USE_BASIC_NET)
- int offset = _scriptPointer - _scriptOrgPointer;
// WORKAROUND: In Backyard Baseball 2001, The special rules of the Mountain Aire and Wilderness neighborhoods
// are incorrect. They were set to "3 innings" and "no swing spot" respectively, while they were supposed to be set to
// "no special rules" and "3 innings". This is a script bug which assumed to be fixed in later post-retail updates, but
More information about the Scummvm-git-logs
mailing list