[Scummvm-git-logs] scummvm master -> 8e1d46c4731998ed39faabb31b76d319dd7de41f

dreammaster noreply at scummvm.org
Fri Jun 5 11:04:15 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:
8e1d46c473 MADS: NEBULAR: Fix bug #16821 interrupting main menu animation


Commit: 8e1d46c4731998ed39faabb31b76d319dd7de41f
    https://github.com/scummvm/scummvm/commit/8e1d46c4731998ed39faabb31b76d319dd7de41f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-06-05T21:04:08+10:00

Commit Message:
MADS: NEBULAR: Fix bug #16821 interrupting main menu animation

Changed paths:
    engines/mads/nebular/menu_nebular.cpp


diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index a2e777d71bb..daba7cf741c 100644
--- a/engines/mads/nebular/menu_nebular.cpp
+++ b/engines/mads/nebular/menu_nebular.cpp
@@ -136,6 +136,7 @@ void MainMenu::doFrame() {
 			addSpriteSlot();
 		}
 
+		_vm->_screen->markAllDirty();
 		_vm->_events->showCursor();
 		showBonusItems();
 	} else {




More information about the Scummvm-git-logs mailing list