mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
commit
f92fbb96fa
2 changed files with 3 additions and 1 deletions
|
@ -1068,3 +1068,5 @@
|
|||
#define WARPF_BOB 0x800
|
||||
#define WARPF_MOVEPTR 0x1000
|
||||
#define WARPF_USEPTR 0x2000
|
||||
#define WARPF_COPYVELOCITY 0x4000
|
||||
#define WARPF_COPYPITCH 0x8000
|
||||
|
|
|
@ -335,7 +335,7 @@ special
|
|||
-89:ChangeActorRoll(2,3),
|
||||
-90:GetActorRoll(1),
|
||||
-91:QuakeEx(8,12),
|
||||
-92:Warp(6,9),
|
||||
-92:Warp(6,11),
|
||||
|
||||
// Zandronum's
|
||||
-100:ResetMap(0),
|
||||
|
|
Loading…
Reference in a new issue