Area/Filefix password added
This commit is contained in:
parent
6db36536ed
commit
72eb11a0d2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue