From c46166a57c557e01402a09992e820ebb06b6a2c5 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 19 May 2017 22:07:38 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@120 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 891596b0..66d696b3 100644 --- a/src/system.pas +++ b/src/system.pas @@ -56,6 +56,7 @@ type //Alternate Types UBit3 = 0..(1 shl 3) - 1; + UBit4 = 0..(1 shl 4) - 1; UBit20 = 0..(1 shl 20) - 1; implementation