- Added ACS stubs for GZDoom's new SetGlobalFogParameter action special.

SVN r2058 (trunk)
This commit is contained in:
Christoph Oelckers 2009-12-29 22:53:45 +00:00
parent 0dcf40afe6
commit 911abd1e59
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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