From c7968006c93b2ffc6886d73b9b19b8698be81cde Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 20 May 2017 19:06:05 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@147 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/system.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system.pas b/src/system.pas index 56d1ca37..25eeeae0 100644 --- a/src/system.pas +++ b/src/system.pas @@ -62,6 +62,8 @@ type UBit6 = 0..(1 shl 6) - 1; UBit7 = 0..(1 shl 7) - 1; UBit20 = 0..(1 shl 20) - 1; + UBit28 = 0..(1 shl 28) - 1; + UBit30 = 0..(1 shl 30) - 1; implementation