- added GetAspectRatio and 6th parameter for SetHUDClipRect.

This commit is contained in:
Christoph Oelckers 2015-12-06 09:57:57 +01:00
parent 4138c32df0
commit 7fb1901ef3
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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),