From c93f96c303fbe12a1e39dcf06158b0337b263b09 Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Sun, 8 Feb 2015 08:54:55 -0600 Subject: [PATCH] Typo in SXF_TRANSFERSPRITEFRAME fixed. --- wadsrc/static/actors/constants.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/actors/constants.txt b/wadsrc/static/actors/constants.txt index 27f2d78d8..1604b5c83 100644 --- a/wadsrc/static/actors/constants.txt +++ b/wadsrc/static/actors/constants.txt @@ -72,7 +72,7 @@ const int SXF_SETTARGET = 1 << 20; const int SXF_SETTRACER = 1 << 21; const int SXF_NOPOINTERS = 1 << 22; const int SXF_ORIGINATOR = 1 << 23; -const int SIXF_TRANSFERSPRITEFRAME = 1 << 24; +const int SXF_TRANSFERSPRITEFRAME = 1 << 24; // Flags for A_Chase const int CHF_FASTCHASE = 1;