mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
- Renamed SXF_CLIENTSPAWN to SXF_CLIENTSIDE for Skulltag compatibility.
SVN r1730 (trunk)
This commit is contained in:
parent
371f944262
commit
dba34d0761
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const int SXF_ABSOLUTEVELOCITY=8;
|
|||
const int SXF_SETMASTER=16;
|
||||
const int SXF_NOCHECKPOSITION = 32;
|
||||
const int SXF_TELEFRAG=64;
|
||||
const int SXF_CLIENTSPAWN=128; // only used by Skulltag
|
||||
const int SXF_CLIENTSIDE=128; // only used by Skulltag
|
||||
const int SXF_TRANSFERAMBUSHFLAG=256;
|
||||
const int SXF_TRANSFERPITCH=512;
|
||||
const int SXF_TRANSFERPOINTERS=1024;
|
||||
|
|
Loading…
Reference in a new issue