mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 08:51:53 +00:00
Merge pull request #21 from DaZombieKiller/acswarp
Added Warp and its flags
This commit is contained in:
commit
faf5701147
2 changed files with 18 additions and 0 deletions
15
zdefs.acs
15
zdefs.acs
|
@ -1053,3 +1053,18 @@
|
||||||
#define QF_MAX 1 << 3
|
#define QF_MAX 1 << 3
|
||||||
#define QF_FULLINTENSITY 1 << 4
|
#define QF_FULLINTENSITY 1 << 4
|
||||||
#define QF_WAVE 1 << 5
|
#define QF_WAVE 1 << 5
|
||||||
|
|
||||||
|
#define WARPF_ABSOLUTEOFFSET 0x1
|
||||||
|
#define WARPF_ABSOLUTEANGLE 0x2
|
||||||
|
#define WARPF_USECALLERANGLE 0x4
|
||||||
|
#define WARPF_NOCHECKPOSITION 0x8
|
||||||
|
#define WARPF_INTERPOLATE 0x10
|
||||||
|
#define WARPF_WARPINTERPOLATION 0x20
|
||||||
|
#define WARPF_COPYINTERPOLATION 0x40
|
||||||
|
#define WARPF_STOP 0x80
|
||||||
|
#define WARPF_TOFLOOR 0x100
|
||||||
|
#define WARPF_TESTONLY 0x200
|
||||||
|
#define WARPF_ABSOLUTEPOSITION 0x400
|
||||||
|
#define WARPF_BOB 0x800
|
||||||
|
#define WARPF_MOVEPTR 0x1000
|
||||||
|
#define WARPF_USEPTR 0x2000
|
||||||
|
|
|
@ -364,6 +364,9 @@ special
|
||||||
-124:EndDBTransaction(0),
|
-124:EndDBTransaction(0),
|
||||||
-125:GetDBEntries(1),
|
-125:GetDBEntries(1),
|
||||||
|
|
||||||
|
// GLOOME
|
||||||
|
-11201:Warp(6,8),
|
||||||
|
|
||||||
// ZDaemon's
|
// ZDaemon's
|
||||||
-19620:GetTeamScore(1),
|
-19620:GetTeamScore(1),
|
||||||
-19621:SetTeamScore(2),
|
-19621:SetTeamScore(2),
|
||||||
|
|
Loading…
Reference in a new issue