From 986a133378eec0caefec45873eabcc8831ef3add Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 15 Jul 2012 16:15:33 -0400 Subject: [PATCH] New prompts --- mystic/records.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/records.pas b/mystic/records.pas index e8d716b..2c02864 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -47,7 +47,7 @@ Const mysMaxVoteQuestion = 20; // Max number of voting questions mysMaxMenuNameLen = 20; // menu name size mysMaxMenuCmds = 75; // Maximum menu commands per menu - mysMaxThemeText = 491; // Total prompts in theme file + mysMaxThemeText = 493; // Total prompts in theme file fn_SemFileEcho = 'echomail.now'; fn_SemFileNews = 'newsmail.now';