[Scummvm-git-logs] scummvm master -> 7bdb352b9e151ac8ca97ac63c5a2646416372833

dreammaster noreply at scummvm.org
Fri Jun 19 05:50:43 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:
7bdb352b9e MADS: DRAGONSPHERE: Fix main menu animation


Commit: 7bdb352b9e151ac8ca97ac63c5a2646416372833
    https://github.com/scummvm/scummvm/commit/7bdb352b9e151ac8ca97ac63c5a2646416372833
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-06-19T15:50:37+10:00

Commit Message:
MADS: DRAGONSPHERE: Fix main menu animation

Changed paths:
    engines/mads/madsv2/dragonsphere/main_menu.cpp


diff --git a/engines/mads/madsv2/dragonsphere/main_menu.cpp b/engines/mads/madsv2/dragonsphere/main_menu.cpp
index 7ece6326494..32c93df6fc5 100644
--- a/engines/mads/madsv2/dragonsphere/main_menu.cpp
+++ b/engines/mads/madsv2/dragonsphere/main_menu.cpp
@@ -312,7 +312,7 @@ void menu_control() {
 	start_series();
 	start_hotspots();
 
-	anim = kernel_run_animation("*RM902A.AA", 0);
+	anim = kernel_run_animation("*RM920A.AA", 0);
 
 	mouse_init_cycle();
 




More information about the Scummvm-git-logs mailing list