diff --git a/zdefs.acs b/zdefs.acs index 2aec99e..bdcec78 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -1068,3 +1068,5 @@ #define WARPF_BOB 0x800 #define WARPF_MOVEPTR 0x1000 #define WARPF_USEPTR 0x2000 +#define WARPF_COPYVELOCITY 0x4000 +#define WARPF_COPYPITCH 0x8000 diff --git a/zspecial.acs b/zspecial.acs index fe1b155..627f386 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -335,7 +335,7 @@ special -89:ChangeActorRoll(2,3), -90:GetActorRoll(1), -91:QuakeEx(8,12), - -92:Warp(6,9), + -92:Warp(6,11), // Zandronum's -100:ResetMap(0),