[Scummvm-git-logs] scummvm master -> b3ddd86e2a55e07d2bbbd25a3c365d312f0995b2
dreammaster
noreply at scummvm.org
Mon Jul 6 11:20:10 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:
b3ddd86e2a MADS: DRAGONSPHERE: Fix vertical panning in intro
Commit: b3ddd86e2a55e07d2bbbd25a3c365d312f0995b2
https://github.com/scummvm/scummvm/commit/b3ddd86e2a55e07d2bbbd25a3c365d312f0995b2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-07-06T21:16:58+10:00
Commit Message:
MADS: DRAGONSPHERE: Fix vertical panning in intro
Changed paths:
engines/mads/madsv2/animview/animview.cpp
diff --git a/engines/mads/madsv2/animview/animview.cpp b/engines/mads/madsv2/animview/animview.cpp
index c9123c2e2c4..9748e769b6f 100644
--- a/engines/mads/madsv2/animview/animview.cpp
+++ b/engines/mads/madsv2/animview/animview.cpp
@@ -78,7 +78,6 @@ static const byte FX_TIMES[16] = {
static bool has_sound_file;
static char sound_file_name[80];
-static TileMapHeader picture_map, depth_map;
static TileResource picture_res, depth_res;
static Buffer scr_work_orig;
static Room *room;
More information about the Scummvm-git-logs
mailing list