From 01c2ee5819c32cfe28b9d06b1d9c3a7ea3e297fd Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 18 Jun 2012 02:48:00 -0400 Subject: [PATCH] Moved some filename constants to records --- mystic/records.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mystic/records.pas b/mystic/records.pas index 162edd6..03a452a 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -49,6 +49,10 @@ Const mysMaxMenuCmds = 75; // Maximum menu commands per menu mysMaxThemeText = 485; // Total prompts in theme file + fn_SemFileEcho = 'echomail.now'; + fn_SemFileNews = 'newsmail.now'; + fn_SemFileNet = 'netmail.now'; + Type SmallWord = System.Word; Integer = SmallInt;