From 72eb11a0d2ef78b4069144785561e78f80bf339a Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Thu, 23 May 2013 20:50:16 -0400 Subject: [PATCH] Area/Filefix password added --- mystic/records.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mystic/records.pas b/mystic/records.pas index e3f7468..375bd11 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -117,7 +117,8 @@ Type OutSize : Cardinal; binkPass : String[20]; RouteInfo : String[128]; - Res : Array[1..362] of Byte; + AreaFixPass : String[20]; + Res : Array[1..341] of Byte; End; RecSauceInfo = Packed Record @@ -681,7 +682,7 @@ Type FieldColor2 : Byte; FieldChar : Char; EchoChar : Char; - QuoteColor : Byte; + UNUSED : Byte; TagChar : Char; FileDescHi : Byte; FileDescLo : Byte;