[Scummvm-git-logs] scummvm master -> 3856d42849544704646273ead9f39b26b81796ba

dreammaster noreply at scummvm.org
Sat Sep 13 10:52:00 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:
3856d42849 BAGEL: DEMO: Demo Cryptograms has only 8 puzzles


Commit: 3856d42849544704646273ead9f39b26b81796ba
    https://github.com/scummvm/scummvm/commit/3856d42849544704646273ead9f39b26b81796ba
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-09-13T03:51:50-07:00

Commit Message:
BAGEL: DEMO: Demo Cryptograms has only 8 puzzles

Changed paths:
    engines/bagel/hodjnpodj/crypt/rec.h


diff --git a/engines/bagel/hodjnpodj/crypt/rec.h b/engines/bagel/hodjnpodj/crypt/rec.h
index 94a7a90d16d..b56223a5a3c 100644
--- a/engines/bagel/hodjnpodj/crypt/rec.h
+++ b/engines/bagel/hodjnpodj/crypt/rec.h
@@ -30,7 +30,7 @@ namespace HodjNPodj {
 namespace Crypt {
 
 #define CRYPT_TXT_FILE      "Crypt.lz"
-#define CRYPT_RECS          200
+#define CRYPT_RECS          (g_engine->isDemo() ? 8 : 200)
 
 #define MAX_GRAM_LEN        512
 #define MAX_SOURCE_LEN      128




More information about the Scummvm-git-logs mailing list