diff --git a/zdefs.acs b/zdefs.acs index 79c1299..f88fc8c 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -217,6 +217,9 @@ // OR this with one of the above to use the extra alpha parameter #define HUDMSG_ALPHA 0x10000000 +// Or this with one of the above to not wrap lines +#define HUDMSG_NOWRAP 0x08000000 + // HUD message layers; these are not flags #define HUDMSG_LAYER_OVERHUD 0x00000000 #define HUDMSG_LAYER_UNDERHUD 0x00001000 diff --git a/zspecial.acs b/zspecial.acs index 0dccd1c..c277494 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -292,6 +292,12 @@ special -48:Sqrt(1), -49:FixedSqrt(1), -50:VectorLength(2), - + -51:SetHUDClipRect(4,5), + -52:SetHUDWrapWidth(1), + + // ZDaemon's + -19260:GetTeamScore(1), + -19261:SetTeamScore(2), + -1000:__EndOfList__(10);