From 364d9069bd9a68b8f08d8714df4e92f2bffb018a Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Fri, 7 Nov 2014 17:20:12 -0600 Subject: [PATCH] In fact, let's go ahead and ensure compatibility doesn't break since it's already in there. --- wadsrc/static/actors/constants.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/actors/constants.txt b/wadsrc/static/actors/constants.txt index dec149399..8baf2e65c 100644 --- a/wadsrc/static/actors/constants.txt +++ b/wadsrc/static/actors/constants.txt @@ -327,6 +327,7 @@ Const Int WARPF_COPYINTERPOLATION = 0x40; Const Int WARPF_STOP = 0x80; Const Int WARPF_TOFLOOR = 0x100; Const Int WARPF_TESTONLY = 0x200; +Const Int WAPRF_ABSOLUTEPOSITION = 0x400; Const Int WARPF_ABSOLUTEPOSITION = 0x400; // flags for A_SetPitch/SetAngle