[Scummvm-git-logs] scummvm master -> 23a2352c89560ad0749baba13eaa0d63bb8fc244
dreammaster
noreply at scummvm.org
Tue May 26 08:52:46 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:
23a2352c89 MADS: DRAGONSPHERE: bump up CONV_MAX_SLOTS to 70 to match game
Commit: 23a2352c89560ad0749baba13eaa0d63bb8fc244
https://github.com/scummvm/scummvm/commit/23a2352c89560ad0749baba13eaa0d63bb8fc244
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-05-26T18:40:26+10:00
Commit Message:
MADS: DRAGONSPHERE: bump up CONV_MAX_SLOTS to 70 to match game
Changed paths:
engines/mads/madsv2/core/conv.h
diff --git a/engines/mads/madsv2/core/conv.h b/engines/mads/madsv2/core/conv.h
index 25ea6f4f664..82dd63b0ebd 100644
--- a/engines/mads/madsv2/core/conv.h
+++ b/engines/mads/madsv2/core/conv.h
@@ -28,7 +28,8 @@
namespace MADS {
namespace MADSV2 {
-constexpr int CONV_MAX_SLOTS = 40;
+// Return of the Phantom needs 40, Dragonsphere needs 70
+constexpr int CONV_MAX_SLOTS = 70;
constexpr int CONV_MAX_DATA = 5;
enum ConvStatus {
More information about the Scummvm-git-logs
mailing list