[Scummvm-git-logs] scummvm master -> 04d0dd582c6bc8141cae6c70e15228c4da2d142d
sluicebox
noreply at scummvm.org
Wed Jan 7 07:37:39 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:
04d0dd582c HUGO: Fix Cousin Harry animations in HUGO2 Windows
Commit: 04d0dd582c6bc8141cae6c70e15228c4da2d142d
https://github.com/scummvm/scummvm/commit/04d0dd582c6bc8141cae6c70e15228c4da2d142d
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2026-01-06T23:36:19-08:00
Commit Message:
HUGO: Fix Cousin Harry animations in HUGO2 Windows
Fixes incorrect image counts in Harry's two sequence lists, causing
Harry to flip back and forth instead of jumping up and down.
This was a ScummVM bug, we had the wrong value in our Windows table.
Changed paths:
devtools/create_hugo/staticdata.h
dists/engine-data/hugo.dat
diff --git a/devtools/create_hugo/staticdata.h b/devtools/create_hugo/staticdata.h
index b65414ec126..372d8886f34 100644
--- a/devtools/create_hugo/staticdata.h
+++ b/devtools/create_hugo/staticdata.h
@@ -5321,7 +5321,7 @@ object_t objects_2w[] = {
{kNDoor_2w, kDTtdoordum_2w, 0, AUTO, 16, 56, 0, THING0, INVISIBLE, 0, 0, 0, 50, 34, 80, 40, 73, 92, 0, 0, 0, 1, kCMDdoordum_2w, 0, 0, 0, FLOATING, 90, 148, Common::KEYCODE_LEFT, 0, 0, 0, 0},
{kNMirror_2w, 0, 0, AUTO, 20, 33, 0, THING0, INVISIBLE, 0, 0, 0, 20, 34, 122, 144, 172, 75, 0, 0, 0, 1, 0, 0, 0, 0, FLOATING, 175, 125, Common::KEYCODE_UP, 0, 0, 0, 0},
// Screen 35: (Organ)
-{kNHarry_2w, kDTtharry_2w, 0, AUTO, DX, DY, 0, THING2f, CYCLE_FORWARD, 0, 2, 0, -1, 35, 188, 84, 90, 90, 0, 0, 0, 1, kCMDharry_2w, 0, 0, 0, FLOATING, 216, 132, Common::KEYCODE_LEFT, 0, 0, 0, 0},
+{kNHarry_2w, kDTtharry_2w, 0, AUTO, DX, DY, 0, THING2g, CYCLE_FORWARD, 0, 2, 0, -1, 35, 188, 84, 90, 90, 0, 0, 0, 1, kCMDharry_2w, 0, 0, 0, FLOATING, 216, 132, Common::KEYCODE_LEFT, 0, 0, 0, 0},
{kNWindow_2w, 0, 0, AUTO, 33, 33, 0, THING0, INVISIBLE, 0, 0, 0, 20, 35, 122, 144, 248, 72, 0, 0, 0, 1, 0, 0, 0, 0, FLOATING, 251, 134, Common::KEYCODE_RIGHT, 0, 0, 0, 0},
{kNPicture_2w, 0, 0, AUTO, 33, 21, 0, THING0, INVISIBLE, 0, 0, 0, 20, 35, 122, 144, 95, 78, 0, 0, 0, 1, 0, 0, 0, 0, FLOATING, 0, 0, 0, 0, 0, 0, 0},
{kNPlant_2w, 0, 0, AUTO, 23, 57, 0, THING0, INVISIBLE, 0, 0, 0, 20, 35, 122, 144, 52, 83, 0, 0, 0, 1, 0, 0, 0, 0, FLOATING, 83, 138, Common::KEYCODE_LEFT, 0, 0, 0, 0},
diff --git a/dists/engine-data/hugo.dat b/dists/engine-data/hugo.dat
index 556bb294364..164594a20de 100644
Binary files a/dists/engine-data/hugo.dat and b/dists/engine-data/hugo.dat differ
More information about the Scummvm-git-logs
mailing list