mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- added GetAspectRatio and 6th parameter for SetHUDClipRect.
This commit is contained in:
parent
4138c32df0
commit
7fb1901ef3
2 changed files with 8 additions and 1 deletions
|
@ -1078,3 +1078,9 @@
|
|||
#define WARPF_USEPTR 0x2000
|
||||
#define WARPF_COPYVELOCITY 0x4000
|
||||
#define WARPF_COPYPITCH 0x8000
|
||||
|
||||
#define ASPECT_4_3 0
|
||||
#define ASPECT_16_9 1
|
||||
#define ASPECT_16_10 2
|
||||
#define ASPECT_17_10 3
|
||||
#define ASPECT_5_4 4
|
||||
|
|
|
@ -293,7 +293,7 @@ special
|
|||
-48:Sqrt(1),
|
||||
-49:FixedSqrt(1),
|
||||
-50:VectorLength(2),
|
||||
-51:SetHUDClipRect(4,5),
|
||||
-51:SetHUDClipRect(4,6),
|
||||
-52:SetHUDWrapWidth(1),
|
||||
-53:SetCVar(2),
|
||||
-54:GetUserCVar(2),
|
||||
|
@ -336,6 +336,7 @@ special
|
|||
-90:GetActorRoll(1),
|
||||
-91:QuakeEx(8,12),
|
||||
-92:Warp(6,11),
|
||||
-93:GetAspectRatio(0),
|
||||
|
||||
// Zandronum's
|
||||
-100:ResetMap(0),
|
||||
|
|
Loading…
Reference in a new issue