Typo in SXF_TRANSFERSPRITEFRAME fixed.

This commit is contained in:
MajorCooke 2015-02-08 08:54:55 -06:00
parent 57ae77412d
commit c93f96c303

View file

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