From a16906c89ce166c68e164162f368d1125620332b Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 20 May 2017 17:30:09 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@143 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/system.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system.pas b/src/system.pas index 66d696b3..ba7016b6 100644 --- a/src/system.pas +++ b/src/system.pas @@ -55,6 +55,7 @@ type Void = ^uInt32; //Alternate Types + UBit2 = 0..(1 shl 2) - 1; UBit3 = 0..(1 shl 3) - 1; UBit4 = 0..(1 shl 4) - 1; UBit20 = 0..(1 shl 20) - 1;