mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
Typo in SXF_TRANSFERSPRITEFRAME fixed.
This commit is contained in:
parent
57ae77412d
commit
c93f96c303
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const int SXF_SETTARGET = 1 << 20;
|
||||||
const int SXF_SETTRACER = 1 << 21;
|
const int SXF_SETTRACER = 1 << 21;
|
||||||
const int SXF_NOPOINTERS = 1 << 22;
|
const int SXF_NOPOINTERS = 1 << 22;
|
||||||
const int SXF_ORIGINATOR = 1 << 23;
|
const int SXF_ORIGINATOR = 1 << 23;
|
||||||
const int SIXF_TRANSFERSPRITEFRAME = 1 << 24;
|
const int SXF_TRANSFERSPRITEFRAME = 1 << 24;
|
||||||
|
|
||||||
// Flags for A_Chase
|
// Flags for A_Chase
|
||||||
const int CHF_FASTCHASE = 1;
|
const int CHF_FASTCHASE = 1;
|
||||||
|
|
Loading…
Reference in a new issue