mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-14 16:41:01 +00:00
- clean up spacing
This commit is contained in:
parent
e37b18ed84
commit
f6509e9f6f
1 changed files with 8 additions and 8 deletions
16
zspecial.acs
16
zspecial.acs
|
@ -413,7 +413,7 @@ special
|
|||
-123:BeginDBTransaction(0),
|
||||
-124:EndDBTransaction(0),
|
||||
-125:GetDBEntries(1),
|
||||
-126:NamedRequestScriptPuke(1,5),
|
||||
-126:NamedRequestScriptPuke(1,5),
|
||||
-127:SystemTime(0),
|
||||
-128:GetTimeProperty(2,3),
|
||||
-129:Strftime(2,3),
|
||||
|
@ -443,13 +443,13 @@ special
|
|||
-156:SetCustomPlayerValue(3),
|
||||
-157:GetCustomPlayerValue(2),
|
||||
-158:ResetCustomDataToDefault(2),
|
||||
-159:LumpOpen(1,3),
|
||||
-160:LumpRead(2,3),
|
||||
-161:LumpReadString(2,3),
|
||||
// LumpReadArray is a set of 4 functions, whose definition is
|
||||
// built-in to ACC. So 162-165 are used up function indices.
|
||||
-166:LumpGetInfo(2),
|
||||
-167:LumpClose(1),
|
||||
-159:LumpOpen(1,3),
|
||||
-160:LumpRead(2,3),
|
||||
-161:LumpReadString(2,3),
|
||||
// LumpReadArray is a set of 4 functions, whose definition is
|
||||
// built-in to ACC. So 162-165 are used up function indices.
|
||||
-166:LumpGetInfo(2),
|
||||
-167:LumpClose(1),
|
||||
|
||||
// -1xx are reserved for Zandronum
|
||||
-200:CheckClass(1),
|
||||
|
|
Loading…
Reference in a new issue