[Scummvm-git-logs] scummvm master -> f8272d40207a25ac32469e6fa081169b69e61834
dreammaster
noreply at scummvm.org
Sun Apr 26 03:44:19 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:
f8272d4020 MADS: PHANTOM: Fix depth_code parameter for conv response dialogs
Commit: f8272d40207a25ac32469e6fa081169b69e61834
https://github.com/scummvm/scummvm/commit/f8272d40207a25ac32469e6fa081169b69e61834
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-04-26T13:43:44+10:00
Commit Message:
MADS: PHANTOM: Fix depth_code parameter for conv response dialogs
Changed paths:
engines/mads/madsv2/core/conv.cpp
diff --git a/engines/mads/madsv2/core/conv.cpp b/engines/mads/madsv2/core/conv.cpp
index 1a3073f9ff7..e5f7d7fd21d 100644
--- a/engines/mads/madsv2/core/conv.cpp
+++ b/engines/mads/madsv2/core/conv.cpp
@@ -605,7 +605,7 @@ static void conv_generate_text(Conv *convIn, ConvData * /*convData*/,
popup_write_string(textBuf);
// Render the popup, saving the underlying screen region.
- popup_draw(true, false);
+ popup_draw(true, true);
// Restore the caller's box and record that a conversation popup is live.
box = savedBox;
More information about the Scummvm-git-logs
mailing list