mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
- Added ACS stubs for GZDoom's new SetGlobalFogParameter action special.
SVN r2058 (trunk)
This commit is contained in:
parent
0dcf40afe6
commit
911abd1e59
2 changed files with 5 additions and 0 deletions
|
@ -795,3 +795,7 @@
|
|||
#define BLOCKF_EVERYTHING 32
|
||||
#define BLOCKF_RAILING 64
|
||||
#define BLOCKF_USE 128
|
||||
|
||||
#define FOGP_DENSITY 0
|
||||
#define FOGP_OUTSIDEDENSITY 1
|
||||
#define FOGP_SKYFOG 2
|
||||
|
|
|
@ -124,6 +124,7 @@ special
|
|||
152:Team_Score(2),
|
||||
153:Team_GivePoints(3),
|
||||
|
||||
157:SetGlobalFogParameter(2), // GZDoom only!
|
||||
158:FS_Execute(1,4), // GZDoom only!
|
||||
159:Sector_SetPlaneReflection(3), // GZDoom only!
|
||||
//160:Sector_Set3DFloor // GZDoom/Vavoom
|
||||
|
|
Loading…
Reference in a new issue