git-svn-id: https://spexeah.com:8443/svn/Asuro@203 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-23 17:51:21 +00:00
parent c5151506d6
commit 9cbb51ecf0
48 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ type
UBit30 = 0..(1 shl 30) - 1;
TBitMask = bitpacked record
b1,b2,b3,b4,b5,b6,b7,b8 : Boolean;
b7,b6,b5,b4,b3,b2,b1,b0 : Boolean;
end;
PBitMask = ^TBitMask;