From 2d673c19ee83ec96cca333c56e2a8386b00de6fd Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Wed, 14 Mar 2012 02:25:02 -0400 Subject: [PATCH] Prompts increased for User2User chat --- mystic/records.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/records.pas b/mystic/records.pas index ddd7ffe..0235842 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 = 478; // Total prompts in theme file + mysMaxThemeText = 485; // Total prompts in theme file Type SmallWord = System.Word;