From 7d65434f368b62f2f3901fbb9b82dbe11b124a83 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 27 Feb 2012 17:12:31 -0500 Subject: [PATCH] Begin theme restructure --- mystic/records.pas | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/mystic/records.pas b/mystic/records.pas index 4f0639c..74f49f6 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -568,20 +568,23 @@ Type ScriptPath : String[mysMaxPathSize]; TemplatePath : String[mysMaxPathSize]; Flags : LongInt; - FieldCol1 : Byte; - FieldCol2 : Byte; - FieldChar : Char; - EchoCh : Char; - QuoteColor : Byte; - TagCh : Char; - FileHi : Byte; - FileLo : Byte; - NewMsgChar : Char; - VotingBar : RecPercent; - FileBar : RecPercent; - MsgBar : RecPercent; - GalleryBar : RecPercent; - HelpBar : RecPercent; + FieldColor1 : Byte; + FieldColor2 : Byte; + FieldChar : Char; + EchoChar : Char; + QuoteColor : Byte; + TagChar : Char; + FileDescHi : Byte; + FileDescLo : Byte; + NewMsgChar : Char; + VotingBar : RecPercent; + FileBar : RecPercent; + MsgBar : RecPercent; + GalleryBar : RecPercent; + HelpBar : RecPercent; + ViewerBar : RecPercent; + ThemeColor : Array['A'..'Z'] of Byte; //or 0..9 is this overkill? + // grep ++lang End; LangRec = Record { LANGUAGE.DAT }