[Scummvm-git-logs] scummvm master -> 5783e984e7ce84dde8e378dccbb60821218a5426
dreammaster
noreply at scummvm.org
Mon Sep 8 10:34:47 UTC 2025
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:
5783e984e7 BAGEL: DEMO: Fix hang quitting demo
Commit: 5783e984e7ce84dde8e378dccbb60821218a5426
https://github.com/scummvm/scummvm/commit/5783e984e7ce84dde8e378dccbb60821218a5426
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-09-08T03:34:41-07:00
Commit Message:
BAGEL: DEMO: Fix hang quitting demo
Changed paths:
engines/bagel/hodjnpodj/metagame/demo/hodjpodj.cpp
diff --git a/engines/bagel/hodjnpodj/metagame/demo/hodjpodj.cpp b/engines/bagel/hodjnpodj/metagame/demo/hodjpodj.cpp
index 5cea5473378..d60805f2262 100644
--- a/engines/bagel/hodjnpodj/metagame/demo/hodjpodj.cpp
+++ b/engines/bagel/hodjnpodj/metagame/demo/hodjpodj.cpp
@@ -222,6 +222,8 @@ void CHodjPodjWindow::OnClose() {
KillTimer(TIMER_SPLASH1);
KillTimer(TIMER_SPLASH2);
+
+ CFrameWnd::OnClose();
}
} // namespace Demo
More information about the Scummvm-git-logs
mailing list