Area/Filefix password added

This commit is contained in:
mysticbbs 2013-05-23 20:50:16 -04:00
parent 6db36536ed
commit 72eb11a0d2
1 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,8 @@ Type
OutSize : Cardinal; OutSize : Cardinal;
binkPass : String[20]; binkPass : String[20];
RouteInfo : String[128]; RouteInfo : String[128];
Res : Array[1..362] of Byte; AreaFixPass : String[20];
Res : Array[1..341] of Byte;
End; End;
RecSauceInfo = Packed Record RecSauceInfo = Packed Record
@ -681,7 +682,7 @@ Type
FieldColor2 : Byte; FieldColor2 : Byte;
FieldChar : Char; FieldChar : Char;
EchoChar : Char; EchoChar : Char;
QuoteColor : Byte; UNUSED : Byte;
TagChar : Char; TagChar : Char;
FileDescHi : Byte; FileDescHi : Byte;
FileDescLo : Byte; FileDescLo : Byte;